instiki/vendor/rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb

4 lines
51 B
Ruby
Raw Normal View History

2007-01-22 14:43:50 +01:00
module Fun::PDFHelper
def foobar() 'baz' end
end