lib/rgeo/feature/polygon.rb in rgeo-0.2.9 vs lib/rgeo/feature/polygon.rb in rgeo-0.3.0

- old
+ new

@@ -77,13 +77,11 @@ # kind_of? method to check type. Instead, use the provided check_type # class method (or === operator) defined in the Type module. module Polygon - extend Type - include Surface - include ::Enumerable + extend Type # === SFS 1.1 Description # # Returns the exterior ring of this Polygon.