Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't use deprecated method #142

Merged
merged 1 commit into from
Jan 11, 2015
Merged

Conversation

myokoym
Copy link
Contributor

@myokoym myokoym commented Jan 11, 2015

The following warning occurred in the script in README.md:

% ruby -v -W -e 'Dir.mkdir("out") unless File.exists?("out")'
ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
-e:1: warning: File.exists? is a deprecated name, use File.exist? instead

I tried not to use a deprecated method.

    % ruby -v -W -e 'Dir.mkdir("out") unless File.exists?("out")'
    ruby 2.1.5p273 (2014-11-13 revision 48405) [x86_64-linux]
    -e:1: warning: File.exists? is a deprecated name, use File.exist? instead
doktorbro pushed a commit that referenced this pull request Jan 11, 2015
@doktorbro doktorbro merged commit 7c4dcc7 into gjtorikian:master Jan 11, 2015
@doktorbro
Copy link

Thank you.

@myokoym myokoym deleted the fix-deprecated branch January 14, 2015 04:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants