module Dashing::Semaphore
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
config()
click to toggle source
# File lib/dashing/semaphore.rb, line 9 def config self.configuration ||= Configuration.new end
configure() { |config| ... }
click to toggle source
# File lib/dashing/semaphore.rb, line 13 def configure yield config if block_given? end