Object
Engine#register uses this proxy when it's passed a block.
Originally written by Torsten Schoenebaum for ruote-kit.
# File lib/ruote/engine.rb, line 584 def catchall (*args) klass = args.empty? ? Ruote::StorageParticipant : args.first options = args[1] || {} participant('.+', klass, options) end
Generated with the Darkfish Rdoc Generator 2.