Method: Gitgo::Documents::Comment#normalize!

Defined in:
lib/gitgo/documents/comment.rb

#normalize!Object



11
12
13
14
15
16
17
# File 'lib/gitgo/documents/comment.rb', line 11

def normalize!
  if re = attrs['re']
    attrs['re'] = repo.resolve(re)
  end
  
  super
end