rails--rails/actionpack/test/fixtures/helpers/fun/pdf_helper.rb

4 lines
51 B
Ruby

module Fun::PdfHelper
def foobar() 'baz' end
end