Method: PlateID#==

Defined in:
lib/plate_id.rb

#==(other) ⇒ Object



59
60
61
# File 'lib/plate_id.rb', line 59

def ==(other)
  to_s == other.to_s
end