Module: TotalIn

Defined in:
lib/total_in.rb,
lib/total_in/parser.rb,
lib/total_in/version.rb,
lib/total_in/contexts.rb,
lib/total_in/document.rb,
lib/total_in/typecaster.rb,
lib/total_in/line_parser.rb,
lib/total_in/line_parsers.rb,
lib/total_in/line_handlers.rb,
lib/total_in/string_helpers.rb,
lib/total_in/line_processors.rb,
lib/total_in/file_format_validator.rb

Defined Under Namespace

Modules: LineHandlers, LineParsers, LineProcessors, StringHelpers, Typecaster Classes: Contexts, Document, FileFormatValidator, InvalidFileFormatError, LineParser, Parser

Constant Summary collapse

VERSION =
"1.0.1"

Class Method Summary collapse

Class Method Details

.parse(text) ⇒ Object



5
6
7
# File 'lib/total_in.rb', line 5

def self.parse text
  Parser.new(text).result
end