class Paru::PandocFilter::EmptyBlock
An EmptyBlock
, has not contents
Public Class Methods
Source
# File lib/paru/filter/empty_block.rb, line 27 def initialize(contents = []) super [] end
Create an empty block
Calls superclass method
Public Instance Methods
Source
# File lib/paru/filter/empty_block.rb, line 32 def to_ast { "t" => ast_type } end
Create an AST representation of this EmptyBlock