Returns a new instance of GapArg.
125 126 127
# File 'app/components/primer/alpha/stack.rb', line 125 def initialize(values) @values = fetch_or_fallback_all(OPTIONS, values, DEFAULT) end