Module: SumsUp::Core::Functions
- Defined in:
- lib/sums_up/core/functions.rb
Overview
Helpers for functions.
Class Method Summary collapse
Class Method Details
.const(value) ⇒ Object
9 10 11 |
# File 'lib/sums_up/core/functions.rb', line 9 def const(value) proc { value } end |