summaryrefslogtreecommitdiff
path: root/tasks/console.rake
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/console.rake')
-rw-r--r--tasks/console.rake1
1 files changed, 1 insertions, 0 deletions
diff --git a/tasks/console.rake b/tasks/console.rake
index fcd6e3ce..6796137a 100644
--- a/tasks/console.rake
+++ b/tasks/console.rake
@@ -1,4 +1,5 @@
# frozen_string_literal: true
+
desc 'Open an irb session preloaded with this library'
task :console do
sh 'bundle console', verbose: false