class Nydp::Builtin::MathFloor

Public Instance Methods

builtin_call(arg ;) click to toggle source
# File lib/nydp/builtin/math_floor.rb, line 4
def builtin_call arg ; arg.floor ; end