Method: CodeMiner::SourceExtract::Partial#adjust
- Defined in:
- lib/codeminer/source_extract.rb
#adjust(other) ⇒ Object
20 21 22 |
# File 'lib/codeminer/source_extract.rb', line 20 def adjust(other) SourceExtract.new(@src, other.line, other.column, end_line, end_column) end |