lib/obst/notes.rb in obst-0.1.9 vs lib/obst/notes.rb in obst-0.1.10
- old
+ new
@@ -32,11 +32,7 @@
end
def each(&block)
@notes.each(&block)
end
-
- def tags
- @gitlog.map(&:tags).flatten.tally.sort{ |t1, t2| [t2[1], t2[0]] <=> [t1[1], t1[0]] }.to_h
- end
end
end