Module: Gemmy::Patches::ArrayPatch::InstanceMethods::Cut
- Defined in:
- lib/gemmy/patches/array_patch.rb
Instance Method Summary collapse
-
#cut ⇒ Object
another alias for compact.
Instance Method Details
#cut ⇒ Object
another alias for compact
40 41 42 |
# File 'lib/gemmy/patches/array_patch.rb', line 40 def cut compact end |