lib/sdoc/templatable.rb in sdoc-0.2.20 vs lib/sdoc/templatable.rb in sdoc-0.3.0

- old
+ new

@@ -1,4 +1,5 @@ +require 'erb' require "sdoc" module SDoc::Templatable ### Load and render the erb template in the given +templatefile+ within the ### specified +context+ (a Binding object) and return output \ No newline at end of file