Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lsegal committed Mar 12, 2010
0 parents commit cd399bf
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions lib/yard-blame.rb
@@ -0,0 +1,11 @@
require 'yard'

class GitBlameHandler < YARD::Handlers::Ruby::Base
handles :def, :defs

@@blame_files = {}

def process
p statement.file
end
end

0 comments on commit cd399bf

Please sign in to comment.