RegexLexer
# File lib/rouge/lexers/ruby.rb, line 15 def self.analyze_text(text) return 1 if text.shebang? 'ruby' end