module Kernel

version < 1.8.7 compatibility

Public Instance Methods

tap() { |self| ... } click to toggle source
# File install.rb, line 502
def tap
  yield self
  self
end