Method: Primer::ResponsiveArg.arg_name
- Defined in:
- app/components/primer/responsive_arg.rb
permalink .arg_name ⇒ Object
:nocov:
16 17 18 |
# File 'app/components/primer/responsive_arg.rb', line 16 def arg_name raise NotImplementedError, "Subclasses must implement the `#{__method__}' method" end |