middleman/middleman-core/fixtures/external-helpers/lib/hello_helper.rb

5 lines
59 B
Ruby

module HelloHelper
def hello
"Hello World"
end
end