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