class Rugments::Lexers::Haskell
Public Class Methods
analyze_text(text)
click to toggle source
# File lib/rugments/lexers/haskell.rb, line 12 def self.analyze_text(text) return 1 if text.shebang?('runhaskell') end