Parent

Methods

Files

Mocha::Logger

Public Class Methods

new(io) click to toggle source
   # File lib/mocha/logger.rb, line 5
5:     def initialize(io)
6:       @io = io
7:     end

Public Instance Methods

warn(message) click to toggle source
    # File lib/mocha/logger.rb, line 9
 9:     def warn(message)
10:       @io.puts "WARNING: #{message}"
11:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.