Parent

Methods

Class Index [+]

Quicksearch

RDoc::Markup::Flow::LIST

List

Attributes

type[R]

(Not documented)

contents[R]

(Not documented)

Public Class Methods

new(type) click to toggle source

(Not documented)

# File lib/rdoc/markup/to_flow.rb, line 30
      def initialize(type)
        @type = type
        @contents = []
      end

Public Instance Methods

<<(stuff) click to toggle source

(Not documented)

# File lib/rdoc/markup/to_flow.rb, line 34
      def <<(stuff)
        @contents << stuff
      end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.