Method: String#collection?
- Defined in:
- lib/jinx/helpers/collection.rb
#collection? ⇒ Boolean
Overrides Enumerable#collection? to returns false, since a String is constrained to hold characters.
20 21 22 |
# File 'lib/jinx/helpers/collection.rb', line 20 def collection? false end |