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

3 lines
42 B
Ruby

module TwoHelper
def two; "Two"; end
end