lib/api.rb in servicy-0.0.5 vs lib/api.rb in servicy-0.0.6

- old
+ new

@@ -119,10 +119,9 @@ # Give it a good name class_name = "#{klass.to_s}API" Object.const_set(class_name, magic_class) end - # TODO: API wrappers that create a server of some kind to serve things up # TODO: A gem/library generator based on the API end module ExtraMethods # This method is used by the client discovery to build the query that can be