# File lib/rbot/messagemapper.rb, line 7
  def has_captures?
    self.source.match(/(?:^|[^\\])(?:\\\\)*\([^?]/)
  end