module Dry::Configurable
def store_reader_options(key, options)
- Private: -
def store_reader_options(key, options) _reader_attributes << key if options.fetch(:reader, false) end
def store_reader_options(key, options) _reader_attributes << key if options.fetch(:reader, false) end