Class: Fly::DSL::Config
Instance Method Summary collapse
-
#initialize ⇒ Config
constructor
A new instance of Config.
Methods inherited from Base
block, blocks, option, options
Constructor Details
#initialize ⇒ Config
Returns a new instance of Config.
78 79 80 81 |
# File 'lib/fly.io-rails/dsl.rb', line 78 def initialize @config = {} super end |