# File lib/puma/delegation.rb, line 3 def forward(what, who) module_eval def #{what}(*args, &block) #{who}.#{what}(*args, &block) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.