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