Sha256: ba32beb21cbc9f26e5fa6954d7bc62ec8d655a5e776f2eac192b8f1086fbd4e2
Contents?: true
Size: 375 Bytes
Versions: 24
Compression:
Stored size: 375 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/rack' # load the app Rib::Rack.load Rib::Runner.run(ARGV)
Version data entries
24 entries across 24 versions & 1 rubygems