lib/rest-graph/config_util.rb in rest-graph-1.9.1 vs lib/rest-graph/config_util.rb in rest-graph-2.0.0

- old
+ new

@@ -32,10 +32,10 @@ r << <<-RUBY def default_#{k} #{v.kind_of?(String) ? "'#{v}'" : v} end RUBY - }.join) + }.join, __FILE__, __LINE__) RestGraph.send(:extend, mod) end end