Created
January 14, 2011 05:25
-
-
Save cmhobbs/779213 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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