Class: PostModern
- Inherits:
-
Object
- Object
- PostModern
- Defined in:
- lib/post-modern/render.rb,
lib/post-modern.rb,
lib/post-modern/read.rb
Overview
class Albino
def initialize(target, lexer = :text, format = :html, encoding = self.class.default_encoding)
@target = target
@options = {:l => lexer, :f => format, :O => "encoding=#{encoding},style=colorful,linenos=table,anchorlinenos,lineanchors=LC" }
@encoding = encoding
end
end