Method: Atomic::Parser::Node#text

Defined in:
lib/atomic/parser.rb

#textObject

Returns the value of attribute text

Returns:

  • (Object)

    the current value of text



22
23
24
# File 'lib/atomic/parser.rb', line 22

def text
  @text
end