method
add_text
v1_8_6_287 -
Show latest stable
- Class:
SM::Verbatim
add_text(txt)public
No documentation available.
# File lib/rdoc/markup/simple_markup/fragments.rb, line 109
def add_text(txt)
@txt << txt.chomp << "\n"
end