# File lib/dm-migrations/adapters/dm-yaml-adapter.rb, line 8 8: def self.included(base) 9: DataMapper.extend(Migrations::SingletonMethods) 10: [ :Repository, :Model ].each do |name| 11: DataMapper.const_get(name).send(:include, Migrations.const_get(name)) 12: end 13: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.