module CloudParty::Context
Public Class Methods
included(base)
click to toggle source
# File lib/cloud_party/context.rb, line 7 def self.included(base) base.define_singleton_method(:cfg) do CloudParty::Config.new end end