In Files

Methods

Class Index [+]

Quicksearch

Mocha

Constants

VERSION

Public Class Methods

const_missing(name) click to toggle source

@private

     # File lib/mocha/api.rb, line 180
180:   def self.const_missing(name)
181:     return super unless name == :Standalone
182:     require 'mocha/deprecation'
183:     Deprecation.warning "Mocha::Standalone has been renamed to Mocha::API"
184:     return API
185:   end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.