module EacRubyUtils::Speaker::Sender

def compact_infov(*attributes)

Returns:
  • (self) -

Parameters:
  • attributes (Enumerable) -- Attributes for +EacRubyUtils::Compact.new+.
def compact_infov(*attributes)
  ::EacRubyUtils::Compact.new(self, attributes).to_h.each do |k, v|
    infov k, v
  end
  self
end