class Dry::Configurable::DSL::Args

def to_ary

Other tags:
    Api: - private
def to_ary
  [default, options || EMPTY_HASH]
end