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