Class: Float
- Inherits:
-
Object
- Object
- Float
- Defined in:
- lib/exif_geo_tag.rb
Instance Method Summary collapse
Instance Method Details
#negative? ⇒ Boolean
17 18 19 |
# File 'lib/exif_geo_tag.rb', line 17 def negative? self < 0.0 end |