Skip to content

Commit

Permalink
Add bin/retryable console for quick testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nfedyashev committed Sep 1, 2018
1 parent 9ac4cbc commit 11b65f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions bin/retryable
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env ruby

$LOAD_PATH.unshift(File.dirname(__FILE__), "lib")
require File.expand_path('lib/retryable')

require 'irb'
IRB.setup nil
IRB.conf[:MAIN_CONTEXT] = IRB::Irb.new.context
IRB.irb nil, self

0 comments on commit 11b65f0

Please sign in to comment.