Skip to content

Instantly share code, notes, and snippets.

@rennex
Created May 7, 2012 01:05
Show Gist options
  • Save rennex/2625246 to your computer and use it in GitHub Desktop.
Save rennex/2625246 to your computer and use it in GitHub Desktop.
Sinatra inline templates test
require "sinatra"
class Foo < Sinatra::Base
end
Foo.inline_templates=nil
p Foo.templates[:thing]
puts "done."
__END__
@@ thing
hello world
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment