Method: WLang::Scope#push

Defined in:
lib/wlang/scope.rb

#push(x) ⇒ Object



36
37
38
# File 'lib/wlang/scope.rb', line 36

def push(x)
  append(Scope.coerce(x))
end