class Object
Constants
- CONFIG_PATH
Public Instance Methods
log(*args)
click to toggle source
# File lib/bot_twitter_ebooks.rb, line 3 def log(*args) STDERR.print args.map(&:to_s).join(' ') + "\n" STDERR.flush end