This module includes the block_self module_function.
This method returns the receiver self of the context in which block was created.
# File lib/tins/dslkit.rb, line 469 def block_self(&block) eval 'self', block.__send__(:binding) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.