middleman/middleman-core/fixtures/external-helpers/helpers/yet_another_thingy.rb
2012-07-04 11:29:00 -07:00

3 lines
49 B
Ruby

module YetAnotherThingy
def two; "Two"; end
end