class Nydp::Builtin::Hash
Public Instance Methods
builtin_call(*args ;)
click to toggle source
# File lib/nydp/builtin/hash.rb, line 4 def builtin_call *args ; Hash[*args] ; end
# File lib/nydp/builtin/hash.rb, line 4 def builtin_call *args ; Hash[*args] ; end