Class: Excession::Parser::WhitespaceNode

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



30
31
32
# File 'lib/excession/parser.rb', line 30

def content
  @content
end