Top Level Namespace
Defined Under Namespace
Modules: Marshal, RobotArmy Classes: Method, Object, Proc
Instance Method Summary collapse
Instance Method Details
#debug(*whatever) ⇒ Object
71 72 73 74 75 |
# File 'lib/robot-army.rb', line 71 def debug(*whatever) File.open('/tmp/robot-army.log', 'a') do |f| f.puts "[#{Process.pid}] #{whatever.join(' ')}" end if $TESTING end |