Module: EnumerableConstant
- Defined in:
- lib/spree_core/enumerable_constants.rb
Defined Under Namespace
Modules: VERSION Classes: Base, Tupple
Class Method Summary collapse
- .any ⇒ Object
-
.any_value ⇒ Object
default (overridable) value for any.
Class Method Details
.any ⇒ Object
9 10 11 |
# File 'lib/spree_core/enumerable_constants.rb', line 9 def self.any [any_value, '[any]'] end |
.any_value ⇒ Object
default (overridable) value for any
5 6 7 |
# File 'lib/spree_core/enumerable_constants.rb', line 5 def self.any_value -1 end |