FormatR::FormatReader (Class)

In: format.rb
Parent: Object
Formatter ScientificNotationFormatter CenterFormatter RightFormatter LeftFormatter NumberFormatter Array FormatHolder Exception FormatException Format FormatReader FormatEntry FormatR Module: FormatR

This class takes in a format and instead of writing out the values variables under the given format will read in formatted text and give the values of variables as specified in the given format.

Methods

new   readFormat  

Public Class methods

Make a FormatReader given a format

Public Instance methods

Given the output from a format return a hash with the values of the variables given in the input mapped to the variables in the format.

[Validate]