lib/gdal/geo_transform_mixins/extensions.rb in ffi-gdal-1.0.0.beta6 vs lib/gdal/geo_transform_mixins/extensions.rb in ffi-gdal-1.0.0.beta7

- old
+ new

@@ -88,25 +88,8 @@ y_origin, y_rotation, pixel_height ] end - - # @return [Hash] - def as_json(_options = nil) - { - x_origin: x_origin, - x_rotation: x_rotation, - pixel_width: pixel_width, - y_origin: y_origin, - y_rotation: y_rotation, - pixel_height: pixel_height - } - end - - # @return [String] - def to_json(options = nil) - as_json(options).to_json - end end end end