Method: RDoc::Context#full_name
- Defined in:
- lib/rdoc/code_object/context.rb
#full_name ⇒ Object
The full name for this context. This method is overridden by subclasses.
957 958 959 |
# File 'lib/rdoc/code_object/context.rb', line 957 def full_name '(unknown)' end |