Skip to content

Instantly share code, notes, and snippets.

@makevoid
Created April 9, 2012 23:50
Show Gist options
  • Select an option

  • Save makevoid/2347448 to your computer and use it in GitHub Desktop.

Select an option

Save makevoid/2347448 to your computer and use it in GitHub Desktop.
Rack Tidy FFI Sinatra Example
require 'rack-tidy-ffi'
require 'sinatra'
use RackTidyFFI
class MyApp < Sinatra::Base
get "/" do
"<div>aaaa<div>bbb</div><div>"
end
end
run MyApp
# run rackup and visit http://0.0.0.0:9292
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment