Method: AnnotateRb::ModelAnnotator::SingleFileAnnotator.call_with_instructions
- Defined in:
- lib/annotate_rb/model_annotator/single_file_annotator.rb
.call_with_instructions(instruction) ⇒ Object
7 8 9 |
# File 'lib/annotate_rb/model_annotator/single_file_annotator.rb', line 7 def call_with_instructions(instruction) call(instruction.file, instruction.annotation, instruction.position, instruction.) end |