class Rouge::Lexers::Perl
Public Class Methods
detect?(text)
click to toggle source
# File lib/rouge/lexers/perl.rb, line 15 def self.detect?(text) return true if text.shebang? 'perl' end
# File lib/rouge/lexers/perl.rb, line 15 def self.detect?(text) return true if text.shebang? 'perl' end