class Paru::PandocFilter::EmptyInline
An EmptyInline
node, has no content
Public Class Methods
Source
# File lib/paru/filter/empty_inline.rb, line 27 def initialize _ super [] end
Create an EmptyInline
node
Calls superclass method
Public Instance Methods
Source
# File lib/paru/filter/empty_inline.rb, line 34 def has_inline? false end
Has this empty inline contents?
@return [Boolean] false
Source
# File lib/paru/filter/empty_inline.rb, line 39 def to_ast { "t" => ast_type } end
Create an AST representation of this EmptyInline