class Remap::Constructor::None
Default type used by {Remap::Base}
Public Instance Methods
call(state)
click to toggle source
Used by {Remap::Base} as a default constructor Using it does nothing but return its input state
@param state [State]
@return [State]
# File lib/remap/constructor/none.rb, line 17 def call(state) state end