Class: LibRubyParser::Messages::CircularArgumentReference
- Inherits:
-
DiagnosticMessage
- Object
- DiagnosticMessage
- LibRubyParser::Messages::CircularArgumentReference
- Defined in:
- lib/lib-ruby-parser/messages.rb
Overview
Emitted for code like
def m(foo = foo) end
Instance Attribute Summary collapse
-
#arg_name ⇒ String
readonly
Name of the argument.
Instance Attribute Details
#arg_name ⇒ String (readonly)
Name of the argument
616 617 618 |
# File 'lib/lib-ruby-parser/messages.rb', line 616 def arg_name @arg_name end |