Skip to content

Commit 8cb3145

Browse files
committed
Remove ARGF handling
1 parent 26c307d commit 8cb3145

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/dependency_parser/ruby/parse.rb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,3 @@ def self.valid_gemfile?(content)
2929
end
3030
end
3131
end
32-
33-
content = ARGF.read
34-
puts DependencyParser::Ruby::Parse.new(content).call if DependencyParser::Ruby::Parse.valid_gemfile?(content)

0 commit comments

Comments
 (0)