lib/x12/table.rb in pd_x12-1.4.8 vs lib/x12/table.rb in pd_x12-1.5.0

- old
+ new

@@ -20,14 +20,14 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA #++ # module X12 - - # $Id: Table.rb 35 2008-11-13 18:33:44Z ikk $ + # # This just a named hash to store validation tables. - + # + class Table < Hash attr_reader :name # Create a new table with given name and hash content. def initialize(name, name_values)