Module: Hoe::Markdown

Defined in:
lib/hoe/markdown.rb

Instance Method Summary collapse

Instance Method Details

#define_markdown_tasksObject



8
9
10
# File 'lib/hoe/markdown.rb', line 8

def define_markdown_tasks
  # do nothing
end

#initialize_markdownObject



3
4
5
6
# File 'lib/hoe/markdown.rb', line 3

def initialize_markdown
  self.readme_file = readme_file.sub(/\.txt$/, ".md")
  self.history_file = history_file.sub(/\.txt$/, ".md")
end