module SumsUp::Core::Functions

Helpers for functions.

Public Instance Methods

const(value) click to toggle source
# File lib/sums_up/core/functions.rb, line 9
def const(value)
  proc { value }
end