class Nydp::Builtin::Divide

Public Instance Methods

builtin_call(*args) click to toggle source
# File lib/nydp/builtin/divide.rb, line 6
def builtin_call *args
  (args.reduce &:/)._nydp_wrapper
end
name() click to toggle source
# File lib/nydp/builtin/divide.rb, line 4
def name ; "/" ; end