6 lines
107 B
Ruby
6 lines
107 B
Ruby
|
module TestHelper
|
||
|
def test_format(text)
|
||
|
"<em><strong><small>#{text}</small></strong></em>"
|
||
|
end
|
||
|
end
|