lib/x12.rb in tcd_x12-1.6.0 vs lib/x12.rb in tcd_x12-1.6.1

- old
+ new

@@ -13,11 +13,8 @@ require 'x12/xmldefinitions' # X12 implements direct manipulation of X12 structures using Ruby syntax. module X12 include LibXML - - # @type [X12::Empty] EMPTY = Empty.new() - # @type [Integer] TEST_REPEAT = 1 end