Method: Primer::Alpha::Stack::GapArg#initialize

Defined in:
app/components/primer/alpha/stack.rb

#initialize(values) ⇒ GapArg

Returns a new instance of GapArg.

[View source]

125
126
127
# File 'app/components/primer/alpha/stack.rb', line 125

def initialize(values)
  @values = fetch_or_fallback_all(OPTIONS, values, DEFAULT)
end