Skip to content

Instantly share code, notes, and snippets.

@mvrilo
Created October 2, 2010 16:48
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvrilo/607789 to your computer and use it in GitHub Desktop.
Save mvrilo/607789 to your computer and use it in GitHub Desktop.
# simple example with Sinatra
require 'rubygems'
require 'sinatra'
class Example
get '/' do
haml :index
end
end
__END__
@@index
%h1 sinatra + minimalism = awesome
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment