# File lib/mongo/util/support.rb, line 85
def
is_i?
(
value
)
return
!
!
(
value
=~
/^\d+$/
)
end