Method: DataMapper::Persevere::Proxy#method_missing

Defined in:
lib/persevere_adapter/enhance.rb

#method_missing(method, *args, &block) ⇒ Object



43
44
45
# File 'lib/persevere_adapter/enhance.rb', line 43

def method_missing(method, *args, &block)
  @target.send(method, *args, &block)
end