WebRI  RDoc::Options

In Files

Parent

[Validate]
Generated with WebRI Redfish 1.2

Options

Public Instance Methods

parse(argv) click to toggle source

FIXME: look up templates dynamically

# File lib/webri.rb, line 30
      def parse(argv)
        rdoc_parse(argv)
        if %w{redfish twofish blackfish longfish onefish newfish}.include?(@template)
          require "webri/generators/#{template}"
          @generator = WebRI.const_get(@template.capitalize)
        end
      end
Also aliased as: rdoc_parse
rdoc_parse(argv) click to toggle source

Alias for parse

Disabled; run with --debug to generate this.