Methods

Files

DSLKit::BlockSelf

This module includes the block_self module_function.

Public Instance Methods

block_self(&block) click to toggle source

This method returns the receiver self of the context in which block was created.

# File lib/dslkit/polite.rb, line 559
    def block_self(&block)
      eval 'self', block.__send__(:binding)
    end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.