Sha256: 64ffd873ce60bfc5ff6317f78cf1499822eb7e693a5c8f4cea2fcfc30afee8d2
Contents?: true
Size: 335 Bytes
Versions: 14
Compression:
Stored size: 335 Bytes
Contents
#! /usr/bin/env ruby $LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib') # Trap interrupts to quit cleanly. See # https://twitter.com/mitchellh/status/283014103189053442 Signal.trap("INT") { exit 1 } require 'irb' require 'lionel_richie' ARGV.clear # otherwise all script parameters get passed to IRB IRB.start
Version data entries
14 entries across 14 versions & 1 rubygems