Command
@since 0.6.0
# File lib/yard/cli/gems.rb, line 5 def initialize @rebuild = false @gems = [] end
# File lib/yard/cli/gems.rb, line 10 def description; "Builds YARD index for gems" end
Runs the commandline utility, parsing arguments and generating YARD indexes for gems.
@param [Array<String>] args the list of arguments @return [void]
# File lib/yard/cli/gems.rb, line 17 def run(*args) require 'rubygems' optparse(*args) build_gems end
[Validate]
Generated with the Darkfish Rdoc Generator 2.