Class: RubyIndexer::Entry::KeywordParameter
- Defined in:
- lib/ruby_indexer/lib/ruby_indexer/entry.rb
Overview
An required keyword method parameter, e.g. ‘def foo(a:)`
Instance Attribute Summary
Attributes inherited from Parameter
Instance Method Summary collapse
Methods inherited from Parameter
Constructor Details
This class inherits a constructor from RubyIndexer::Entry::Parameter
Instance Method Details
#decorated_name ⇒ Object
254 255 256 |
# File 'lib/ruby_indexer/lib/ruby_indexer/entry.rb', line 254 def decorated_name :"#{@name}:" end |