Skip to content

Instantly share code, notes, and snippets.

@shawn42
Created October 9, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shawn42/3860560 to your computer and use it in GitHub Desktop.
Save shawn42/3860560 to your computer and use it in GitHub Desktop.
REPL in Foxy game
Pry-remote:
[7] pry(#<GameboxApp>)> f = actors(:foxy).first;
[31:0:736875] [debug] found 2 actors
[8] pry(#<GameboxApp>)> f.x += 10
=> 120.0
[9] pry(#<GameboxApp>)> watch :time do Time.now end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment