# File lib/camping-unabridged.rb, line 675
675:     def use(*a, &b)
676:       m = a.shift.new(method(:call), *a, &b)
677:       meta_def(:call) { |e| m.call(e) }
678:     end