#!/usr/bin/env ruby require 'rib/runner' # create the shell before app to prvent your bundler (if any) kicks in Rib.shell require 'rib/app/ramaze' # load the app Rib::Ramaze.load Rib::Runner.run(ARGV)