Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/abrupt.rb
Overview
Extension for all objects
Instance Method Summary collapse
Instance Method Details
#ensure_to_a ⇒ Object
20 21 22 |
# File 'lib/abrupt.rb', line 20 def ensure_to_a [self].flatten.compact end |