class Wrongdoc::Prepare
Public Class Methods
new(opts)
click to toggle source
# File lib/wrongdoc/prepare.rb, line 6 def initialize(opts) @rdoc_uri = URI.parse(opts[:rdoc_url]) @cgit_uri = URI.parse(opts[:cgit_url]) @changelog_start = opts[:changelog_start] @name, @short_desc = readme_metadata end
Public Instance Methods
run()
click to toggle source
# File lib/wrongdoc/prepare.rb, line 13 def run news_rdoc changelog end