module DataMigrate
Constants
- VERSION
Public Class Methods
config()
click to toggle source
# File lib/data_migrate/config.rb, line 9 def config @config ||= Config.new end
configure() { |config| ... }
click to toggle source
# File lib/data_migrate/config.rb, line 5 def configure yield config end
root()
click to toggle source
# File lib/data_migrate.rb, line 18 def self.root File.dirname(__FILE__) end