Sha256: a2e50ba809714d20382e4292f12e3192249a02569cc65db904cd2bd9ad2185ea

Contents?: true

Size: 238 Bytes

Versions: 3

Compression:

Stored size: 238 Bytes

Contents

# typed: false
# frozen_string_literal: true

module ParkingTicket
  module Clients
    module Models
      module StructuralyComparable
        def ==(other)
          serialize == other.serialize
        end
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
parking_ticket-1.0.51 lib/clients/models/structuraly_comparable.rb
parking_ticket-1.0.50 lib/clients/models/structuraly_comparable.rb
parking_ticket-1.0.49 lib/clients/models/structuraly_comparable.rb