Class: Facwparser::Element::ColorMacroEnd

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

#==, #render_text

Constructor Details

#initialize(source) ⇒ ColorMacroEnd

Returns a new instance of ColorMacroEnd.



333
334
335
# File 'lib/facwparser/element.rb', line 333

def initialize(source)
  super(source)
end

Instance Method Details

#render_html(options) ⇒ Object



336
337
338
# File 'lib/facwparser/element.rb', line 336

def render_html(options)
  return '</span>'
end