# File lib/mongo_mapper/plugins/keys/key.rb, line 47
        def number?
          type == Integer || type == Float
        end