class X12::Composite
Class implementing a composite field.
Public Instance Methods
inspect()
click to toggle source
Make a printable representation of the composite. @return [String]
# File lib/x12/composite.rb, line 6 def inspect return "Composite #{super.inspect}" end