Class: Wunderbar::Scope
- Inherits:
-
Object
- Object
- Wunderbar::Scope
- Defined in:
- lib/wunderbar/environment.rb
Instance Attribute Summary collapse
-
#env ⇒ Object
Returns the value of attribute env.
Instance Method Summary collapse
-
#initialize(env) ⇒ Scope
constructor
A new instance of Scope.
Constructor Details
Instance Attribute Details
#env ⇒ Object
Returns the value of attribute env.
35 36 37 |
# File 'lib/wunderbar/environment.rb', line 35 def env @env end |