Sha256: 8f1bd9ce64e90695a1c63f4177df5db5bf9050800f04a5a07e3f56a797745980
Contents?: true
Size: 238 Bytes
Versions: 4
Compression:
Stored size: 238 Bytes
Contents
require "bundler/gem_tasks" task :default => :build include_path = "-I#{File.expand_path('../lib', __FILE__)}" task :pry do exec 'pry', include_path, '-rpry-editline' end task :irb do exec 'irb', include_path, '-rpry-editline' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
pry-editline-1.1.2 | Rakefile |
pry-editline-1.1.1 | Rakefile |
pry-editline-1.1.0 | Rakefile |
pry-editline-1.0.0 | Rakefile |