class Abt::AriList

Public Instance Methods

-(other) click to toggle source
# File lib/abt/ari_list.rb, line 9
def -(other)
  AriList.new(to_a - other)
end
to_s() click to toggle source
# File lib/abt/ari_list.rb, line 5
def to_s
  map(&:to_s).join(" -- ")
end