Module: Kernel

Defined in:
lib/perforce.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#tap {|_self| ... } ⇒ Object

:nodoc:

Yields:

  • (_self)

Yield Parameters:

  • _self (Kernel)

    the object that the method was called on



391
392
393
394
# File 'lib/perforce.rb', line 391

def tap #:nodoc:
  yield self
  self
end