Module: FBO

Defined in:
lib/fbo.rb,
lib/fbo/file.rb,
lib/fbo/parser.rb,
lib/fbo/version.rb,
lib/fbo/exceptions.rb,
lib/fbo/interpreter.rb,
lib/fbo/remote_file.rb,
lib/fbo/chunked_file.rb,
lib/fbo/segmented_file.rb,
lib/fbo/node_extensions.rb

Defined Under Namespace

Modules: Dump Classes: ChunkedFile, File, Interpreter, Parser, ParserError, RemoteFile, SegmentedFile

Constant Summary collapse

NOTICE_TYPES =
%w( presol combine amdcss mod award ja itb fairopp fstd ) +
%w( srcsgt snote ssale epsupload delete archive unarchive )
NOTICE_TAG_NAMES =
NOTICE_TYPES.map { |name| name.upcase }
NOTICE_CLOSE_REGEXP =
/<\/(#{ NOTICE_TAG_NAMES.join('|') })>$/
VERSION =
"0.1.7"