# File lib/rouge/text_analyzer.rb, line 17
    def shebang?(match)
      return false unless shebang
      match = /\b#{match}(\s|$)/
      match === shebang
    end