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.



36
37
38
# File 'lib/wunderbar/environment.rb', line 36

def initialize(env)
  @env = env
end

Instance Attribute Details

#envObject

Returns the value of attribute env.



35
36
37
# File 'lib/wunderbar/environment.rb', line 35

def env
  @env
end