summaryrefslogtreecommitdiff
path: root/tasks/console.rake
blob: fcd6e3ce718f135039d1b2a9938d1e845daaeb29 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true
desc 'Open an irb session preloaded with this library'
task :console do
  sh 'bundle console', verbose: false
end