Class: RubyRTL::Comment
Instance Attribute Summary collapse
-
#str ⇒ Object
Returns the value of attribute str.
Attributes inherited from Ast
Instance Method Summary collapse
-
#initialize(str) ⇒ Comment
constructor
A new instance of Comment.
Methods inherited from Ast
Constructor Details
#initialize(str) ⇒ Comment
Returns a new instance of Comment.
34 35 36 |
# File 'lib/ruby_rtl/ast.rb', line 34 def initialize str @str=str end |
Instance Attribute Details
#str ⇒ Object
Returns the value of attribute str.
33 34 35 |
# File 'lib/ruby_rtl/ast.rb', line 33 def str @str end |