Class: Object

Inherits:
BasicObject
Defined in:
lib/with.rb

Instance Method Summary collapse

Instance Method Details

#tap!(&block) ⇒ Object



44
45
46
# File 'lib/with.rb', line 44

def tap! (&block)
	Kernel.with(self, &block)
end