module PryWaitForIt

Constants

VERSION

Public Class Methods

state() click to toggle source
# File lib/pry-wait_for_it.rb, line 19
def self.state
  @state ||= Concurrent::AtomicBoolean.new(false)
end