Sha256: 917373379eedc68cb804839b1aa8f69fdb16730334b916cd203f6775ddfdfd89
Contents?: true
Size: 379 Bytes
Versions: 29
Compression:
Stored size: 379 Bytes
Contents
#!/usr/bin/env ruby require 'rib/runner' # create the shell before app to prvent your bundler (if any) kicks in Rib.shell # we need to require anything before loading the app, # and both `rib auto` (true) and `rib-auto` (nil) should work require 'rib/core' if Rib.config.delete(:mimic_irb) != false require 'rib/app/ramaze' # load the app Rib::Ramaze.load Rib::Runner.run(ARGV)
Version data entries
29 entries across 29 versions & 1 rubygems