Sha256: 233fc3962ee78c8a41b58f5896c1e5787665c654effa328d72bf02857bb64219
Contents?: true
Size: 183 Bytes
Versions: 3
Compression:
Stored size: 183 Bytes
Contents
# frozen_string_literal: true desc 'Start the IRB console (short-cut alias: "c")' task :console do sh 'irb -I . -I ./lib -I ./spec -r ./spec/spec_helper.rb' end task c: :console
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
soapy_bing-1.0.1 | lib/tasks/console.rake |
soapy_bing-1.0.0 | lib/tasks/console.rake |
soapy_bing-0.4.0 | lib/tasks/console.rake |