lib/cartographie/config.rb in cartographie-0.0.3 vs lib/cartographie/config.rb in cartographie-0.0.4
- old
+ new
@@ -4,9 +4,13 @@
def configure
yield self
end
+ def reset
+ OPTIONS.replace DEFAULTS
+ end
+
def api_endpoint
OPTIONS[:api_endpoint]
end
def width