class Hookers::Changelog::Matchers::BugzillaMatcher
Constants
- REGEXP
- SUBPATTERN
Public Class Methods
scan(commit)
click to toggle source
# File lib/hookers/changelog/matchers.rb, line 75 def self.scan(commit) blocks_of(commit, REGEXP, SUBPATTERN).map { |e| new(commit, *e) } end
Public Instance Methods
uri()
click to toggle source
# File lib/hookers/changelog/matchers.rb, line 79 def uri "http://bugzilla-qa.linux.locaweb.com.br/show_bug.cgi?id=#{number}" end