class Rugments::Lexers::LiterateHaskell
Public Instance Methods
haskell()
click to toggle source
# File lib/rugments/lexers/literate_haskell.rb, line 11 def haskell @haskell ||= Haskell.new(options) end