Method: YARD::Options#tap

Defined in:
lib/yard/options.rb

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

only for 1.8.6

Yields:

  • (_self)

Yield Parameters:

  • _self (YARD::Options)

    the object that the method was called on



215
# File 'lib/yard/options.rb', line 215

def tap; yield(self); self end