summaryrefslogtreecommitdiff
path: root/tasks/console.rake
blob: 6796137a93ebfa26e2b47b1bd8b5d8fe8fb18e81 (plain) (blame)
1
2
3
4
5
6
# frozen_string_literal: true

desc 'Open an irb session preloaded with this library'
task :console do
  sh 'bundle console', verbose: false
end