Method: Primer::ResponsiveArg.arg_name

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

.arg_nameObject

:nocov:

Raises:

  • (NotImplementedError)
[View source]

16
17
18
# File 'app/components/primer/responsive_arg.rb', line 16

def arg_name
  raise NotImplementedError, "Subclasses must implement the `#{__method__}' method"
end