Sha256: ccd0b5801a0640d488bd65d23a7714a3f15e40ac1a13ea4689fab714ed2b44aa
Contents?: true
Size: 375 Bytes
Versions: 36
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/auto' # load the app Rib::Auto.load Rib::Runner.run(ARGV)
Version data entries
36 entries across 36 versions & 1 rubygems