module PrMigrator
Attributes
configuration[W]
Public Class Methods
configuration()
click to toggle source
# File lib/pr_migrator.rb, line 14 def self.configuration @configuration ||= Configuration.new end
configure() { |configuration| ... }
click to toggle source
# File lib/pr_migrator.rb, line 18 def self.configure yield(configuration) end