Class: Facwparser::Element::Nop

Inherits:
MacroBase show all
Defined in:
lib/facwparser/element.rb

Instance Attribute Summary

Attributes inherited from ElementBase

#children, #source

Instance Method Summary collapse

Methods inherited from ElementBase

#==, #initialize, #render_text

Constructor Details

This class inherits a constructor from Facwparser::Element::ElementBase

Instance Method Details

#render_html(options) ⇒ Object



226
227
228
# File 'lib/facwparser/element.rb', line 226

def render_html(options)
  "\n"
end