Class: Vertigo::IsolatedRange
- Defined in:
- lib/vertigo/ast_vertigo_rkgen.rb
Instance Attribute Summary collapse
-
#lhs ⇒ Object
Returns the value of attribute lhs.
-
#rhs ⇒ Object
Returns the value of attribute rhs.
Attributes inherited from AstNode
Instance Method Summary collapse
-
#initialize(lhs = nil, rhs = nil) ⇒ IsolatedRange
constructor
A new instance of IsolatedRange.
Methods inherited from AstNode
Constructor Details
#initialize(lhs = nil, rhs = nil) ⇒ IsolatedRange
Returns a new instance of IsolatedRange.
337 338 339 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 337 def initialize lhs=nil,rhs=nil @lhs,@rhs=lhs,rhs end |
Instance Attribute Details
#lhs ⇒ Object
Returns the value of attribute lhs.
336 337 338 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 336 def lhs @lhs end |
#rhs ⇒ Object
Returns the value of attribute rhs.
336 337 338 |
# File 'lib/vertigo/ast_vertigo_rkgen.rb', line 336 def rhs @rhs end |