Sha256: 352f80e3ef487f5ee6b53e7a4943c3e8a343d1734c5bea1397b7fd5ad28e6cbd

Contents?: true

Size: 116 Bytes

Versions: 5

Compression:

Stored size: 116 Bytes

Contents

require_relative '../function'

Dentaku::AST::Function.register(:roundup, :numeric, ->(numeric) {
  numeric.ceil
})

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dentaku-2.0.5 lib/dentaku/ast/functions/roundup.rb
dentaku-2.0.4 lib/dentaku/ast/functions/roundup.rb
dentaku-2.0.3 lib/dentaku/ast/functions/roundup.rb
dentaku-2.0.2 lib/dentaku/ast/functions/roundup.rb
dentaku-2.0.1 lib/dentaku/ast/functions/roundup.rb