Module: RuboCop::Ext::Comment
- Defined in:
- lib/rubocop/cop/yard/patch.rb
Overview
Extensions to ‘Parser::Source::Comment`.
Instance Method Summary collapse
Instance Method Details
#source ⇒ Object
11 12 13 |
# File 'lib/rubocop/cop/yard/patch.rb', line 11 def source loc.expression.source end |
#source_range ⇒ Object
15 16 17 |
# File 'lib/rubocop/cop/yard/patch.rb', line 15 def source_range loc.expression end |