Skip to content

Instantly share code, notes, and snippets.

@cmhobbs
Created January 14, 2011 05:25
Show Gist options
  • Save cmhobbs/779213 to your computer and use it in GitHub Desktop.
Save cmhobbs/779213 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p0 > m.screen.window.clear
=>
ruby-1.9.2-p0 > m.keyboard << "save\n"
=> "save\n"
ruby-1.9.2-p0 > m.run
Z::RuntimeError: Error running program: z_save is not yet implemented!
from /home/chobbs/.rvm/gems/ruby-1.9.2-p0/gems/dorothy-0.0.0/lib/dorothy/machine.rb:8:in `step'
from /home/chobbs/.rvm/gems/ruby-1.9.2-p0/gems/dorothy-0.0.0/lib/dorothy/machine.rb:8:in `block in run'
from /home/chobbs/.rvm/gems/ruby-1.9.2-p0/gems/dorothy-0.0.0/lib/dorothy/machine.rb:7:in `loop'
from /home/chobbs/.rvm/gems/ruby-1.9.2-p0/gems/dorothy-0.0.0/lib/dorothy/machine.rb:7:in `run'
from (irb):25
from /home/chobbs/.rvm/rubies/ruby-1.9.2-p0/bin/irb:17:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment