Malt  Malt::Format::RDoc

[Validate]
Generated with RDazzle Newfish 1.4.0

RDoc

Public Instance Methods

html(*) click to toggle source
    # File lib/malt/formats/rdoc.rb, line 23
23:     def html(*)
24:       render_engine.render(:text=>text, :file=>file, :format=>:html)
25:     end
rdoc(*) click to toggle source
    # File lib/malt/formats/rdoc.rb, line 13
13:     def rdoc(*)
14:       text
15:     end
to_html(*) click to toggle source
    # File lib/malt/formats/rdoc.rb, line 28
28:     def to_html(*)
29:       opts = options.merge(:text=>html, :file=>refile(:html), :type=>:html)
30:       HTML.new(opts)
31:     end
to_rdoc(*) click to toggle source
    # File lib/malt/formats/rdoc.rb, line 18
18:     def to_rdoc(*)
19:       self
20:     end

Private Instance Methods

render_engine() click to toggle source
    # File lib/malt/formats/rdoc.rb, line 36
36:     def render_engine
37:       @render_engine ||= Malt::Engine::RDoc.new(options)
38:     end

Disabled; run with --debug to generate this.