Skip to content

Instantly share code, notes, and snippets.

@kyrylo
Created November 24, 2011 22:05
Show Gist options
  • Save kyrylo/1392401 to your computer and use it in GitHub Desktop.
Save kyrylo/1392401 to your computer and use it in GitHub Desktop.
# Replace this:
$create_game_with_scene = :main_menu unless defined? $create_game_with_scene
# By:
$create_game_with_scene ||= :main_menu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment