Class: Crokus::AddressOf
Overview
&
Instance Attribute Summary collapse
-
#expr ⇒ Object
Returns the value of attribute expr.
Instance Method Summary collapse
-
#initialize(expr) ⇒ AddressOf
constructor
A new instance of AddressOf.
Methods inherited from Ast
Constructor Details
#initialize(expr) ⇒ AddressOf
Returns a new instance of AddressOf.
376 377 378 |
# File 'lib/crokus/ast.rb', line 376 def initialize expr @expr=expr end |
Instance Attribute Details
#expr ⇒ Object
Returns the value of attribute expr.
375 376 377 |
# File 'lib/crokus/ast.rb', line 375 def expr @expr end |