Methods

Files

DSLKit::ConstantMaker

This module can be used to extend another module/class. It generates symbols for every missing constant under the namespace of this module/class.

Public Instance Methods

const_missing(id) click to toggle source

Returns a symbol (id) for every missing constant named id.

# File lib/dslkit/polite.rb, line 366
    def const_missing(id)
      id
    end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.