Sha256: c05c5869835f0ea00c5229b543a279486d096af6d16c9c9c9dd110327bb681ea
Contents?: true
Size: 223 Bytes
Versions: 1
Compression:
Stored size: 223 Bytes
Contents
# frozen_string_literal: true module Koine module Attributes module Adapter class Symbol < Base private def coerce_not_nil(value) value.to_sym end end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
koine-attributes-1.2.4 | lib/koine/attributes/adapter/symbol.rb |