Module: Shake::Params
- Defined in:
- lib/shake.rb
Instance Method Summary collapse
Instance Method Details
#extract(what) ⇒ Object
151 152 153 |
# File 'lib/shake.rb', line 151 def extract(what) i = index(what) and slice!(i, 2)[1] end |