Skip to content

Commit

Permalink
Suppress warning: already initialized constant IRB::PowerAssert::VERS…
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 8, 2024
1 parent 2407e5f commit 6d5929c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/console
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env ruby


require 'bundler/setup'
require_relative '../lib/irb/power_assert'

IRB.start
IRB.start(__FILE__)

0 comments on commit 6d5929c

Please sign in to comment.