73 74 75 76
# File 'lib/gracefully/circuit_breaker.rb', line 73 def open! @closed = false @opened_date = Time.now end