diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2021-04-30 03:03:10 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2021-04-30 03:03:10 -0600 |
| commit | 07fafcec24441e131ff45c8de3d220a58acad9dc (patch) | |
| tree | bd4e035734eb516425ad7d493ebd250438eea314 /tasks/console.rake | |
| parent | e4ea846cbb4ace53f8f1f4530d791557d829323b (diff) | |
leave empty line after magic comment in tasks [skip ci]
Diffstat (limited to 'tasks/console.rake')
| -rw-r--r-- | tasks/console.rake | 1 |
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 |
