module A0::TZMigration
Constants
- DefaultConfig
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/a0/tzmigration/config.rb, line 18 def self.config @config || configure end
configure() { |config| ... }
click to toggle source
# File lib/a0/tzmigration/config.rb, line 12 def self.configure @config = DefaultConfig.new yield(@config) if block_given? @config end