Class: RubyIndexer::Entry::OptionalParameter

Inherits:
Parameter
  • Object
show all
Defined in:
lib/ruby_indexer/lib/ruby_indexer/entry.rb

Overview

An optional method parameter, e.g. ‘def foo(a = 123)`

Instance Attribute Summary

Attributes inherited from Parameter

#name

Method Summary

Methods inherited from Parameter

#initialize

Constructor Details

This class inherits a constructor from RubyIndexer::Entry::Parameter