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.



41
42
43
# File 'lib/wunderbar/environment.rb', line 41

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



40
41
42
# File 'lib/wunderbar/environment.rb', line 40

def env
  @env
end