Class: String

Inherits:
Object
  • Object
show all
Defined in:
lib/ext/string.rb

Instance Method Summary collapse

Instance Method Details

#to_operatorObject

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