Sha256: f086f4365e416423c9765f5de05418e800e9e26b2aa3a2b84601fc20fab3007f
Contents?: true
Size: 250 Bytes
Versions: 6
Compression:
Stored size: 250 Bytes
Contents
$LOAD_PATH << File.join( File.dirname(__FILE__), 'markout' ) %w{output document formatter history revision}.each { |lib| require lib } module Markout class FileNotFound < StandardError; end class FileNotSupported < StandardError; end end
Version data entries
6 entries across 6 versions & 1 rubygems