Methods
S
T
Instance Public methods
setup()
# File activesupport/test/safe_buffer_test.rb, line 6
def setup
  @buffer = ActiveSupport::SafeBuffer.new
end
test_titleize()
# File activesupport/test/safe_buffer_test.rb, line 10
def test_titleize
  assert_equal 'Foo', "foo".html_safe.titleize
end