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