Description¶ ↑ Tux dresses up sinatra in a shell. Use it to interact with your helpers, view rendering and your app’s response objects. Tux also gives you commands to view your app’s routes and settings. Install¶ ↑ Install the gem with: gem install tux Usage¶ ↑ Start with: $ tux If your app’s config file isn’t config.ru, specify with -c $ tux -c app.ru To interact with your helpers: >> app.my_help