Flowdock
method

call_seq

Importance_0
v1_8_7_330 - Show latest stable - 0 notes - Class: Generators::HtmlMethod
call_seq() public

No documentation

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

Hide source
# File lib/rdoc/generators/html_generator.rb, line 991
    def call_seq
      cs = @context.call_seq
      if cs
        cs.gsub(/\n/, "<br />\n")
      else
        nil
      end
    end
Register or log in to add new notes.