Top Level Namespace
Defined Under Namespace
Modules: Ebooks
Constant Summary collapse
- CONFIG_PATH =
"/home/#{ENV['USER']}/.ebooksrc"
Instance Method Summary collapse
Instance Method Details
#log(*args) ⇒ Object
5 6 7 8 |
# File 'lib/twitter_ebooks.rb', line 5 def log(*args) STDERR.puts args.map(&:to_s).join(' ') STDERR.flush end |