lib/inch/language/elixir/provider/reader/parser.rb in inch-0.5.0.rc11 vs lib/inch/language/elixir/provider/reader/parser.rb in inch-0.5.0
- old
+ new
@@ -51,10 +51,10 @@
end
end
private
- def parse_objects(paths, excluded, read_dump_file = nil)
+ def parse_objects(_paths, _excluded, read_dump_file = nil)
if read_dump_file.nil?
fail 'Elixir analysis only works with --read-from-dump.'
else
output = File.read(read_dump_file)
end