Flowdock
method

textile

Importance_0
v3.2.1 - Show latest stable - 0 notes - Class: RailsGuides::Generator
textile(body, lite_mode=false) private

No documentation

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

Hide source
# File railties/guides/rails_guides/generator.rb, line 269
    def textile(body, lite_mode=false)
      t = RedCloth.new(body)
      t.hard_breaks = false
      t.lite_mode = lite_mode
      t.to_html(:notestuff, :plusplus, :code)
    end
Register or log in to add new notes.