class Dry::Schema::Macros::Value

def respond_to_missing?(meth, include_private = false)

Other tags:
    Api: - private
def respond_to_missing?(meth, include_private = false)
  super || meth.to_s.end_with?(QUESTION_MARK)
end