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

3 lines
49 B
Ruby
Raw Normal View History

module YetAnotherThingy
def two; "Two"; end
end