Skip to content

Instantly share code, notes, and snippets.

@ainame
Created June 6, 2013 17:40
Show Gist options
  • Save ainame/5723382 to your computer and use it in GitHub Desktop.
Save ainame/5723382 to your computer and use it in GitHub Desktop.
class GithubScreen < PM::WebViewScreen
include SingletonClass
def on_load
open_url 'http://github.com'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment