Libraries
»
wlang
(3.0.1)
»
Index
»
WLang
»
Scope
»
#push
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