Class: Remap::Constructor::None

Inherits:
Concrete
  • Object
show all
Defined in:
lib/remap/constructor/none.rb

Instance Method Summary collapse

Instance Method Details

#call(state) ⇒ State

Just returns the input state

Fails if #target does not respond to #method Fails if #target cannot be called with state

Parameters:

Returns:



18
19
20
# File 'lib/remap/constructor/none.rb', line 18

def call(state)
  state
end