Sha256: 8f49b811574359d623a77f71f39802354156b7a42847a60ed011e6e74c035ce8
Contents?: true
Size: 262 Bytes
Versions: 1
Compression:
Stored size: 262 Bytes
Contents
require 'nrb/commands/inside_group' module Nrb module Commands class Console < InsideGroup desc_with_warning 'Jump into a Pry console with your project loaded' def start require_main_file Pry.start end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
nrb-1.0.0 | lib/nrb/commands/console.rb |