Module: TypeConcern

Instance Method Summary collapse

Instance Method Details

#keys_hashObject



6
7
8
# File 'lib/stbaldricks/entities/concerns/type_concern.rb', line 6

def keys_hash
  type.nil? ? super : super.merge(type: type)
end