Is the object a number?
Is the object a number?.
object.numeric?
Returns:
Always false.
Since:
3.0.0
159 160 161
# File 'lib/mongoid/extensions/object.rb', line 159 def numeric? false end