Sha256: 5183af88701cb29cfdb034833ae7c75b07131792bf25b537dc71b72b6d372356

Contents?: true

Size: 139 Bytes

Versions: 7

Compression:

Stored size: 139 Bytes

Contents

desc "Open IRB console for gem development environment"
task :console do
  require "irb"
  require "gemsmith"
  ARGV.clear
  IRB.start
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gemsmith-7.7.0 lib/tasks/console.rake
gemsmith-7.6.0 lib/tasks/console.rake
gemsmith-7.5.0 lib/tasks/console.rake
gemsmith-7.4.0 lib/tasks/console.rake
gemsmith-7.3.0 lib/tasks/console.rake
gemsmith-7.2.0 lib/tasks/console.rake
gemsmith-7.1.0 lib/tasks/console.rake