Sha256: 575cb279093cad5ffd781783f3c9a88ecdb211aa6cfb9bccfd8789c19094d7f3
Contents?: true
Size: 287 Bytes
Versions: 26
Compression:
Stored size: 287 Bytes
Contents
require 'irb' require 'irb/completion' class Rack::App::CLI::DefaultCommands::IRB < Rack::App::CLI::Command description 'open an irb session with the application loaded in' action do |*args| Rack::App::CLI.rack_app ARGV.clear ARGV.push(*args) ::IRB.start end end
Version data entries
26 entries across 26 versions & 2 rubygems