Class: Remap::Static::Fixed

Inherits:
Concrete
  • Object
show all
Defined in:
lib/remap/static/fixed.rb

Instance Method Summary collapse

Instance Method Details

#call(state) ⇒ State

Set Remap::Static::Fixed.statestate#value to #value

Parameters:

Returns:



15
16
17
# File 'lib/remap/static/fixed.rb', line 15

def call(state)
  state.set(value)
end