class Switches::Configuration

Attributes

backend[RW]

Public Class Methods

new() { |self| ... } click to toggle source
# File lib/switches/configuration.rb, line 5
def initialize
  yield self if block_given?
end