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