Skip to content

Instantly share code, notes, and snippets.

@vangberg
Created July 27, 2008 16:12
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 vangberg/2784 to your computer and use it in GitHub Desktop.
Save vangberg/2784 to your computer and use it in GitHub Desktop.
require 'rubygems'
require 'sinatra'
module ::Haml::Filters::Maruku
end
get '/' do
"blah"
end
harry@Grotesque:~/work$ ruby sinopt.rb
sinopt.rb:6: uninitialized constant HAML (NameError)
sinopt.rb:6: uninitialized constant HAML (NameError)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment