Methods

Class/Module Index [+]

Quicksearch

Mocha::Debug

Constants

OPTIONS

Public Class Methods

puts(message) click to toggle source
# File lib/mocha/debug.rb, line 7
def self.puts(message)
  $stderr.puts(message) if OPTIONS['debug']
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.