module Hipflag::Configurable

Constants

OPTIONS

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/hipflag/configurable.rb, line 7
def configure
  yield self
end