8000 Merge branch 'master' of github.com:libvips/ruby-vips · libvips/ruby-vips@82961b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 82961b5

Browse files
committed
Merge branch 'master' of github.com:libvips/ruby-vips
2 parents 90fdaad + acbdf3e commit 82961b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/revalidate.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
exit 1
1111
end
1212

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

3939
File.delete("fred")
40-

0 commit comments

Comments
 (0)
0