Skip to content

Commit

Permalink
No, let us never do this
Browse files Browse the repository at this point in the history
  • Loading branch information
pikesley committed Jan 23, 2014
1 parent 9a43f9d commit fca304b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/badger/badger.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,23 +57,5 @@ def to_s
b
end
end

def apply
readme = File.join(File.dirname(__FILE__), '/../../', 'README.md')
lines = File.open(readme, 'r').readlines

r = File.open readme, 'w'

badge.each do |b|
r.write b
r.write "\n"
end

r.write "\n"

lines.each do |line|
r.write line
end
end
end
end

0 comments on commit fca304b

Please sign in to comment.