Top Level Namespace

Defined Under Namespace

Modules: Ebooks

Constant Summary collapse

CONFIG_PATH =
"#{ENV['HOME']}/.ebooksrc"

Instance Method Summary collapse

Instance Method Details

#log(*args) ⇒ Object



3
4
5
6
# File 'lib/twitter_ebooks.rb', line 3

def log(*args)
  STDERR.print args.map(&:to_s).join(' ') + "\n"
  STDERR.flush
end