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

6 lines
59 B
Ruby

module HelloHelper
def hello
"Hello World"
end
end