Skip to content

Commit

Permalink
Doh...we don't want puts in our symlink impl
Browse files Browse the repository at this point in the history
  • Loading branch information
enebo committed May 26, 2016
1 parent dc26126 commit 7357c8f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions core/src/main/ruby/jruby/kernel/file.rb
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def self.symlink(target, link)
end

0 # Comply with spec
ensure
puts $!
end

# Returns whether or not +file+ is a symlink.
Expand Down Expand Up @@ -138,8 +136,6 @@ def self.symlink?(file)
end

bool
ensure
puts $!
end

private
Expand Down

0 comments on commit 7357c8f

Please sign in to comment.