# File lib/apipie/resource_description.rb, line 68 def remove_method_description(method_name) if @_methods.has_key?(method_name) @_methods.delete(method_name) end end