Method: Parse::Constraint#to_s

Defined in:
lib/parse/query/constraint.rb

#to_sString

Returns string representation of this constraint.

Returns:

  • (String)

    string representation of this constraint.



179
180
181
# File 'lib/parse/query/constraint.rb', line 179

def to_s
  inspect
end