6 7 8 9 10
# File 'lib/nonnative/proxy_factory.rb', line 6 def create(service) proxy = Nonnative.proxy(service.proxy.kind) proxy.new(service) end