class Wunderbar::Scope

Attributes

env[RW]

Public Class Methods

new(env) click to toggle source
# File lib/wunderbar/environment.rb, line 10
def initialize(env)
  @env = env
end