Method: Crokus::Return#initialize
- Defined in:
- lib/crokus/ast.rb
#initialize(e) ⇒ Return
Returns a new instance of Return.
320 321 322 |
# File 'lib/crokus/ast.rb', line 320 def initialize e @expr=e end |
Returns a new instance of Return.
320 321 322 |
# File 'lib/crokus/ast.rb', line 320 def initialize e @expr=e end |