Method: CodeBlock::Line#atts

Defined in:
lib/codeblock.rb

#attsObject (readonly)

Returns a hash of the name=value pairs set in the line’s meta section.



294
295
296
# File 'lib/codeblock.rb', line 294

def atts
  @atts
end