Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/expressir.rb,
lib/expressir.rb
Instance Method Summary collapse
Instance Method Details
#safe_downcase ⇒ Object
14 15 16 |
# File 'lib/expressir.rb', line 14 def safe_downcase each_char.map(&:downcase).join end |