Method: CodeBlock::Line#notes
- Defined in:
- lib/codeblock.rb
#notes ⇒ Object
Returns the value of ‘notes’ in the line’s attributes. Returns nil if no notes were set.
322 323 324 |
# File 'lib/codeblock.rb', line 322 def notes return @atts['notes'] end |