3 lines
48 B
Ruby
3 lines
48 B
Ruby
|
module ThreeHelper
|
||
|
def three; "Three"; end
|
||
|
end
|