Methods
Public Instance methods
[ show source ]
# File test/fixtures/helpers/test_helper.rb, line 2 2: def test_format(text) 3: "<em><strong><small>#{text}</small></strong></em>" 4: end
| Module TestHelper |
|
[ show source ]
# File test/fixtures/helpers/test_helper.rb, line 2 2: def test_format(text) 3: "<em><strong><small>#{text}</small></strong></em>" 4: end