Libraries
»
with
(0.0.5)
»
Index
»
Object
»
#tap!
Method: Object#tap!
Defined in:
lib/with.rb
#
tap!
(&block) ⇒
Object
44 45 46
# File 'lib/with.rb', line 44
def
tap!
(
&
block
)
Kernel
.
with
(
self
,
&
block
)
end