initialize

in site/_plugins/Jira.rb [2:6]


    def initialize(tag_name, text, tokens)
      @issue_number = text.strip
      super
    end