# File lib/brakeman/processors/gem_processor.rb, line 6 def initialize *args super @gem_name_version = /^\s*([-_+.A-Za-z0-9]+) \((\w(\.\w+)*)\)/ end