RegexLexer
# File lib/rouge/lexers/puppet.rb, line 9 def self.analyze_text(text) return 1 if text.shebang? 'puppet-apply' return 1 if text.shebang? 'puppet' end
# File lib/rouge/lexers/puppet.rb, line 21 def self.constants @constants ||= Set.new %( false true undef ) end
Generated with the Darkfish Rdoc Generator 2.