Class: XRay::VimPrinter
- Inherits:
-
BasePrinter
- Object
- BasePrinter
- XRay::VimPrinter
- Defined in:
- lib/printer/vim_printer.rb
Instance Method Summary collapse
Methods inherited from BasePrinter
Constructor Details
This class inherits a constructor from XRay::BasePrinter
Instance Method Details
#print ⇒ Object
9 10 11 12 13 14 15 |
# File 'lib/printer/vim_printer.rb', line 9 def print prf = (@opt[:file]||'-').dup.utf8! @results.each do |r| puts "#{prf}:[#{r.level}]:#{r.row},#{r.column}:#{r.}" end end |