class Address

Constants

TYPES

Private Instance Methods

track_type() click to toggle source
# File lib/trogdir/address.rb, line 23
def track_type
  if changes.include? 'type'
    changes
  else
    changes.merge("type" => [type.to_s, type.to_s])
  end
end