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