instiki/vendor/plugins/erubis/test/data/users-guide/headerfooter-example2.rb
2010-07-04 08:51:53 -05:00

9 lines
203 B
Ruby

require 'erubis'
class HeaderFooterEruby < Erubis::Eruby
include Erubis::HeaderFooterEnhancer
end
input = File.read('headerfooter-example2.rhtml')
eruby = HeaderFooterEruby.new(input)
print eruby.src