Class: Variation::ConstantFunction
- Inherits:
-
Object
- Object
- Variation::ConstantFunction
- Defined in:
- lib/variation/functions/constant_function.rb
Class Method Summary collapse
Class Method Details
.from_value(value) ⇒ Object
3 4 5 |
# File 'lib/variation/functions/constant_function.rb', line 3 def self.from_value value ->(x){ value } end |