There's no documentation for this item.
Source Code
# File action_mailer/vendor/text-format-0.6.3/text/format.rb, line 1413 def test_unexpand assert_nothing_raised { @format_o = Text::Format.new } assert_equal("\t ", @format_o.unexpand(" ")) assert_nothing_raised { @format_o.tabstop = 4 } assert_equal("\t ", @format_o.unexpand(" ")) end
<code/>and<pre/>for code samples.