Sha256: 61cdcb1d92f4f847ca19c19f8cd9422132fe35784fea18ca80f7ea3c460cbca1
Contents?: true
Size: 152 Bytes
Versions: 4
Compression:
Stored size: 152 Bytes
Contents
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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
soapy_bing-0.0.4 | lib/tasks/console.rake |
soapy_bing-0.0.3 | lib/tasks/console.rake |
soapy_bing-0.0.2 | lib/tasks/console.rake |
soapy_bing-0.0.1 | lib/tasks/console.rake |