Method: Mongoid::Criteria::Queryable::Key#to_s

Defined in:
lib/mongoid/criteria/queryable/key.rb

#to_sString

Convert the key to a string.

Examples:

Convert the key to a string.

key.to_s

Returns:

  • (String)

    The key as a string.



181
182
183
# File 'lib/mongoid/criteria/queryable/key.rb', line 181

def to_s
  @name.to_s
end