Source: show | on GitHub
# File activesupport/test/safe_buffer_test.rb, line 6 def setup @buffer = ActiveSupport::SafeBuffer.new end
# File activesupport/test/safe_buffer_test.rb, line 10 def test_titleize assert_equal 'Foo', "foo".html_safe.titleize end