lib/excon/hypermedia/ext/response.rb in excon-hypermedia-0.3.0 vs lib/excon/hypermedia/ext/response.rb in excon-hypermedia-0.4.0
- old
+ new
@@ -7,9 +7,11 @@
#
# Overloads the default `Excon::Response` to add a thin HyperMedia layer
# on top.
#
module Response
+ private
+
def method_missing(method_name, *params)
hypermedia_response.handle(method_name, *params) || super
end
def respond_to_missing?(method_name, include_private = false)