Class: Variation::ConstantFunction

Inherits:
Object
  • Object
show all
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