Class: Debtective::Comments::Comment::Magic
- Defined in:
- lib/debtective/comments/comment/magic.rb
Overview
Hold magic comment information
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
#comment_start, #commit, #days, #initialize, #location, #to_h, #type
Constructor Details
This class inherits a constructor from Debtective::Comments::Comment::Base
Instance Method Details
#comment_end ⇒ Integer
11 12 13 |
# File 'lib/debtective/comments/comment/magic.rb', line 11 def comment_end @index end |
#statement_end ⇒ Integer
21 22 23 |
# File 'lib/debtective/comments/comment/magic.rb', line 21 def statement_end nil end |
#statement_start ⇒ Integer
16 17 18 |
# File 'lib/debtective/comments/comment/magic.rb', line 16 def statement_start nil end |