Top Level Namespace
Defined Under Namespace
Modules: Ebooks
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.puts args.map(&:to_s).join(' ') STDERR.flush end |