lib/inch/cli/command/output/base.rb in inch-0.5.0.rc4 vs lib/inch/cli/command/output/base.rb in inch-0.5.0.rc5
- old
+ new
@@ -28,9 +28,14 @@
o.files.each do |f|
echo "-> #{f.filename}:#{f.line_no}".color(color)
end
echo separator
end
+
+ # this is used to use Inch::Utils::BufferedIO
+ def ui
+ @options.ui
+ end
end
end
end
end
end