Method: Primer::Alpha::StackItem::GrowArg#initialize

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

#initialize(values) ⇒ GrowArg

Returns a new instance of GrowArg.

[View source]

19
20
21
# File 'app/components/primer/alpha/stack_item.rb', line 19

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