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

4 lines
50 B
Ruby

module YetAnotherThingy
def two; "Two"; end
end