module Prism::ParseResult::Comments::_Target
Public Instance Methods
(comment) → bool
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs, line 7
def encloses?: (comment) -> bool
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs, line 6
def end_offset: () -> Integer
(comment) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs, line 8
def leading_comment: (comment) -> void
() → Integer
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs, line 5
def start_offset: () -> Integer
(comment) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/prism-1.9.0/sig/prism/parse_result/comments.rbs, line 9
def trailing_comment: (comment) -> void