lib/pry-moves/pry_ext.rb in pry-moves-1.0.4 vs lib/pry-moves/pry_ext.rb in pry-moves-1.0.5

- old
+ new

@@ -84,9 +84,10 @@ def build_output lines = [''] formatter = PryMoves::Formatter.new prefix = Thread.current[:pry_moves_debug] ? "👾 " : "" + # lines << "🍱 #{PryMoves.test_example}" if PryMoves.test_example lines << "🦆 step_in_everywhere" if PryMoves.step_in_everywhere lines << "#{prefix}#{formatter.shorten_path location}:#{@line} #{me}" lines << " ." + formatter.method_signature(target) lines << '' lines << "#{code.with_line_numbers(use_line_numbers?).with_marker(marker).highlighted}" \ No newline at end of file