Class: InlineCodeToken
- Inherits:
-
TextLineToken
- Object
- TextLineToken
- InlineCodeToken
- Defined in:
- lib/almirah/doc_items/text_line.rb
Instance Attribute Summary
Attributes inherited from TextLineToken
Instance Method Summary collapse
-
#initialize(raw) ⇒ InlineCodeToken
constructor
rubocop:disable Lint/MissingSuper.
Constructor Details
#initialize(raw) ⇒ InlineCodeToken
rubocop:disable Lint/MissingSuper
66 67 68 |
# File 'lib/almirah/doc_items/text_line.rb', line 66 def initialize(raw) # rubocop:disable Lint/MissingSuper @value = raw end |