Class: Numeric
- Inherits:
-
Object
- Object
- Numeric
- Defined in:
- lib/exif_geo_tag.rb
Instance Method Summary collapse
Instance Method Details
#negative? ⇒ Boolean
9 10 11 |
# File 'lib/exif_geo_tag.rb', line 9 def negative? self < 0 end |