Remove unneeded method from Rakefile.

This commit is contained in:
Parker Moore 2014-05-07 00:44:20 -04:00
parent 8aadecf3ff
commit 47649066b5
1 changed files with 0 additions and 4 deletions

View File

@ -29,10 +29,6 @@ def gem_file
"#{name}-#{version}.gem"
end
def replace_header(head, header_name)
head.sub!(/(\.#{header_name}\s*= ').*'/) { "#{$1}#{send(header_name)}'"}
end
def normalize_bullets(markdown)
markdown.gsub(/\s{2}\*{1}/, "-")
end