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