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



407
408
409
410
# File 'lib/perforce.rb', line 407

def tap #:nodoc:
  yield self
  self
end