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.



10
11
12
# File 'lib/wunderbar/environment.rb', line 10

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



9
10
11
# File 'lib/wunderbar/environment.rb', line 9

def env
  @env
end