Renders the template and copies it to the destination.
# File lib/merb-gen/templater.rb, line 25 25: def invoke! 26: callback(:before) 27: ::FileUtils.mkdir_p(::File.dirname(destination)) 28: ::FileUtils.rm_rf(destination) 29: ::FileUtils.cp_r(source, destination) 30: callback(:after) 31: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.