lib/rcap/cap_1_0/circle.rb in rcap-2.4.1 vs lib/rcap/cap_1_0/circle.rb in rcap-2.5.0
- old
+ new
@@ -1,7 +1,6 @@
module RCAP
module CAP_1_0
-
# A Circle object is valid if
# * it has a valid lattitude and longitude
# * it has a radius with a value greater than zero
class Circle < RCAP::Base::Circle
end