Method: YARD::CodeObjects::Base#source
- Defined in:
- lib/yard/code_objects/base.rb
permalink #source ⇒ String?
The source code associated with the object
146 147 148 |
# File 'lib/yard/code_objects/base.rb', line 146 def source @source end |