Class: Object

Inherits:
BasicObject
Defined in:
lib/perforce.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

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

:nodoc:

Yields:

  • (_self)

Yield Parameters:

  • _self (Object)

    the object that the method was called on



405
406
407
408
# File 'lib/perforce.rb', line 405

def tap #:nodoc:
  yield self
  self
end