Method: PathTo::Path#child_class_for

Defined in:
lib/path-to/path.rb

#child_class_for(instance, service, args) ⇒ Object

Delegated to the application object (see Application#child_class_for for details).



20
21
22
# File 'lib/path-to/path.rb', line 20

def child_class_for(instance, service, args)
  application.child_class_for(instance, service, args)
end