class RESTinPeace::DefinitionProxy::InvalidArgument

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/rest_in_peace/definition_proxy.rb, line 9
def initialize
  super('Given parameter must respond to `merge`.')
end