class Nydp::Builtin::MathRound

Public Instance Methods

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