Method: WLang::Scope#initialize

Defined in:
lib/wlang/scope.rb

#initialize(subject) ⇒ Scope

Returns a new instance of Scope.



7
8
9
10
# File 'lib/wlang/scope.rb', line 7

def initialize(subject)
  @subject = subject
  @parent  = nil
end