Class: PostModern

Inherits:
Object
  • Object
show all
Includes:
Read, Render
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

Defined Under Namespace

Modules: Read, Render