Sha256: 81c9207327410956f35e0b5233b03d45528a1a0f1b0b801f1338463d011da8e9
Contents?: true
Size: 269 Bytes
Versions: 66
Compression:
Stored size: 269 Bytes
Contents
# encoding: utf-8 require 'familyable/familynize' require 'attributes_initializable' module Familyable class Person include AttributesInitializable attr_accessor_init :id, :parent_ids def <=>(other) id <=> other.id end end end
Version data entries
66 entries across 66 versions & 1 rubygems