# File lib/facets/core/kernel/tap.rb, line 6 def tap &b if b.arity == 1 yield self else instance_eval(&b) end return self end