Class: Wunderbar::Scope

Inherits:
Object
  • Object
show all
Defined in:
lib/wunderbar/environment.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(env) ⇒ Scope

Returns a new instance of Scope.



20
21
22
# File 'lib/wunderbar/environment.rb', line 20

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



19
20
21
# File 'lib/wunderbar/environment.rb', line 19

def env
  @env
end