Parent

Methods

Included Modules

LazyModule

Public Class Methods

new(&blk) click to toggle source
   # File lib/extlib/lazy_module.rb, line 2
2:   def self.new(&blk)
3:     # passing no-op block overrides &blk
4:     m = super{ }
5:     class << m
6:       include ClassMethods
7:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.