class Rouge::Lexers::Puppet

def self.detect?(text)

def self.detect?(text)
  return true if text.shebang? 'puppet-apply'
  return true if text.shebang? 'puppet'
end