summaryrefslogtreecommitdiff
path: root/tasks/console.rake
blob: a6f6856a60bcd147db04e04844864225398605ce (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