for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
module Koine
module Attributes
module Adapter
class Symbol < Base
private
def coerce_not_nil(value)
value.to_sym
end