Class: Reggae::Comment

Inherits:
Struct
  • Object
show all
Includes:
Visitable
Defined in:
lib/reggae/ast.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Visitable

#accept

Instance Attribute Details

#txtObject

Returns the value of attribute txt

Returns:

  • (Object)

    the current value of txt



14
15
16
# File 'lib/reggae/ast.rb', line 14

def txt
  @txt
end