Module: Hoe::Rdoc

Defined in:
lib/hoe/rdoc.rb

Overview

RDoc plugin for hoe. Switches default text files to rdoc.

Instance Method Summary collapse

Instance Method Details

#define_rdoc_tasksObject

:nodoc:



10
11
12
# File 'lib/hoe/rdoc.rb', line 10

def define_rdoc_tasks # :nodoc:
  # do nothing
end

#initialize_rdocObject

:nodoc:



5
6
7
8
# File 'lib/hoe/rdoc.rb', line 5

def initialize_rdoc # :nodoc:
  self.readme_file = self.readme_file.sub(/\.txt$/, ".rdoc")
  self.history_file = self.history_file.sub(/\.txt$/, ".rdoc")
end