Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/zipf/misc.rb
Instance Method Summary collapse
Instance Method Details
#downcase? ⇒ Boolean
28 29 30 |
# File 'lib/zipf/misc.rb', line 28 def downcase? self[/[[:lower:]]/] end |