Class: Wrongdoc::Prepare

Inherits:
Object
  • Object
show all
Includes:
Changelog, NewsRdoc, Readme
Defined in:
lib/wrongdoc/prepare.rb

Instance Method Summary collapse

Methods included from Readme

#readme_description, #readme_metadata

Methods included from Changelog

#changelog

Methods included from History

#initialize_history, #old_summaries, #tag_uri, #tags

Methods included from NewsRdoc

#news_rdoc, #puts_tag

Constructor Details

#initialize(opts) ⇒ Prepare

Returns a new instance of Prepare.



6
7
8
9
10
11
# 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 = 
end

Instance Method Details

#runObject



13
14
15
16
# File 'lib/wrongdoc/prepare.rb', line 13

def run
  news_rdoc
  changelog
end