28 29 30 31 32 33
# File 'lib/monark/context.rb', line 28 def load_manifest @loaded_manifest ||= begin DSL.new(self).instance_eval(manifest, root.join(migrations_file_name).to_s, 0) true end end