3 lines
42 B
Ruby
3 lines
42 B
Ruby
|
module TwoHelper
|
||
|
def two; "Two"; end
|
||
|
end
|