Method: Lookbook::CodeInspector#notes
- Defined in:
- lib/lookbook/code_inspector.rb
#notes ⇒ Object
28 29 30 31 32 |
# File 'lib/lookbook/code_inspector.rb', line 28 def notes if code_object&.docstring code_object.docstring.to_s.strip end end |