Skip to content

Commit

Permalink
Merge branch 'master' of github.com:libvips/ruby-vips
Browse files Browse the repository at this point in the history
  • Loading branch information
jcupitt committed May 12, 2023
2 parents 90fdaad + acbdf3e commit 82961b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/revalidate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
exit 1
end

if File.exists?("fred")
if File.exist?("fred")
puts "file 'fred' exists, delete it first"
exit 1
end
Expand All @@ -37,4 +37,3 @@
puts "fred.width = #{image2.width}"

File.delete("fred")

0 comments on commit 82961b5

Please sign in to comment.