Class: Excession::Parser::CommentNode

Inherits:
Struct
  • Object
show all
Defined in:
lib/excession/parser.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



27
28
29
# File 'lib/excession/parser.rb', line 27

def content
  @content
end