Method: Primer::ResponsiveArg.for

Defined in:
app/components/primer/responsive_arg.rb

.for(values) ⇒ Object


11
12
13
# File 'app/components/primer/responsive_arg.rb', line 11

def for(values)
  cache[[values, arg_name].hash] ||= new(values)
end