Module: Hipflag::Configurable
- Included in:
- Hipflag
- Defined in:
- lib/hipflag/configurable.rb
Constant Summary collapse
- OPTIONS =
%i[public_key secret_key].freeze
Instance Method Summary collapse
Instance Method Details
#configure {|_self| ... } ⇒ Object
7 8 9 |
# File 'lib/hipflag/configurable.rb', line 7 def configure yield self end |