Flowdock
method

convert_string

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: ToHtml
convert_string(item) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/markup/to_html.rb, line 295
  def convert_string(item)
    in_tt? ? convert_string_simple(item) : convert_string_fancy(item)
  end
Register or log in to add new notes.