Method: YARD::CodeObjects::ExtraFileObject#title
- Defined in:
- lib/yard/code_objects/extra_file_object.rb
#title ⇒ Object
35 36 37 |
# File 'lib/yard/code_objects/extra_file_object.rb', line 35 def title attributes[:title] || name end |