middleman/middleman-core/fixtures/external-helpers/helpers/three_helper.rb

3 lines
48 B
Ruby

module ThreeHelper
def three; "Three"; end
end