Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/ext/string.rb
Instance Method Summary collapse
-
#to_operator ⇒ Object
Extends String with a convenience method to HashToConditions::StringHelper.
Instance Method Details
#to_operator ⇒ Object
Extends String with a convenience method to HashToConditions::StringHelper
6 7 8 |
# File 'lib/ext/string.rb', line 6 def to_operator HashToConditions::StringHelper.new(self).to_operator end |