Method: Numeric#ensure_array
- Defined in:
- lib/curly/numeric.rb
#ensure_array ⇒ Array
Return an array version of self
8 9 10 |
# File 'lib/curly/numeric.rb', line 8 def ensure_array [self] end |
Return an array version of self
8 9 10 |
# File 'lib/curly/numeric.rb', line 8 def ensure_array [self] end |