lib/rgeo/features/line_string.rb in rgeo-0.1.12 vs lib/rgeo/features/line_string.rb in rgeo-0.1.13

- old
+ new

@@ -48,13 +48,14 @@ # # LineString is defined as a module and is provided primarily # for the sake of documentation. Implementations need not necessarily # include this module itself. Therefore, you should not depend on the # kind_of? method to check type. Instead, use the provided check_type - # class method. A corresponding === operator is also provided to - # to support case-when constructs. + # class method (or === operator) defined in the Type module. module LineString + + extend Type include Curve # === SFS 1.1 Description