Sha256: 16fdec94c17858c499ede70b7caef15fbde1721a94156c8a493e3e145a15d6e9

Contents?: true

Size: 161 Bytes

Versions: 7

Compression:

Stored size: 161 Bytes

Contents

desc "Open IRB console for gem development environment"
task :console do
  require "irb"
  require "<%= config.dig(:gem, :name) %>"
  ARGV.clear
  IRB.start
end

Version data entries

7 entries across 7 versions & 1 rubygems

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