Skip to content

Instantly share code, notes, and snippets.

@cschneid
Forked from anonymous/gist:523594
Created August 13, 2010 21:48
Show Gist options
  • Save cschneid/523597 to your computer and use it in GitHub Desktop.
Save cschneid/523597 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
class Mobile << Sinatra::Base
get '/' do
'hello world'
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment