Method: MethodExtensions::MethodSourceWithDoc#full_inspect
- Defined in:
- lib/method_extensions/method/source_with_doc.rb
#full_inspect ⇒ Object
110 111 112 |
# File 'lib/method_extensions/method/source_with_doc.rb', line 110 def full_inspect "#{ to_s }\n#{ source_location }\n#{ source_with_doc }" end |