In Files

Parent

Methods

Files

Bullshit::Case::CaseExtension::Autocorrelation

Public Class Methods

new(enable = nil, &block) click to toggle source

(Not documented)

# File lib/bullshit.rb, line 1572
        def initialize(enable = nil, &block)
          if block
            enable.nil? or raise ArgumentError, "block form doesn't take an argument"
            instance_eval(&block)
            enabled true
          else
            enabled enable.nil? ? false : enable
          end
        end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.