Class: Shapeshifter::NullShifter
- Defined in:
- lib/shapeshifter/null_shifter.rb
Instance Attribute Summary
Attributes inherited from Shifter
Instance Method Summary collapse
Methods inherited from Shifter
chain, #initialize, #revert, revert, shift
Constructor Details
This class inherits a constructor from Shapeshifter::Shifter
Instance Method Details
#shift(res) ⇒ Object
3 4 5 |
# File 'lib/shapeshifter/null_shifter.rb', line 3 def shift(res) res end |