Class: Dms::Comment
- Inherits:
-
Struct
- Object
- Struct
- Dms::Comment
- Defined in:
- lib/dms/types.rb
Overview
A captured comment. ‘content` is raw source incl. delimiters. `kind` is :line or :block.
Instance Attribute Summary collapse
-
#content ⇒ Object
Returns the value of attribute content.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#content ⇒ Object
Returns the value of attribute content
79 80 81 |
# File 'lib/dms/types.rb', line 79 def content @content end |
#kind ⇒ Object
Returns the value of attribute kind
79 80 81 |
# File 'lib/dms/types.rb', line 79 def kind @kind end |