aboutsummaryrefslogtreecommitdiffstats
path: root/guides/rails_guides.rb
diff options
context:
space:
mode:
authorlaurocaetano <laurocaetano1@gmail.com>2013-11-01 18:15:53 -0200
committerlaurocaetano <laurocaetano1@gmail.com>2013-11-01 18:15:53 -0200
commitd48222d22ef576c1b429ec2321c712bc221698d7 (patch)
treed9c8641b6989e5405d07799d88fe21ee344898ca /guides/rails_guides.rb
parenta221b30b3fb309f1edfa0c330fd57c1efaadd509 (diff)
downloadrails-d48222d22ef576c1b429ec2321c712bc221698d7.tar.gz
rails-d48222d22ef576c1b429ec2321c712bc221698d7.tar.bz2
rails-d48222d22ef576c1b429ec2321c712bc221698d7.zip
remove warnings on ruby trunk
Diffstat (limited to 'guides/rails_guides.rb')
-rw-r--r--guides/rails_guides.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/rails_guides.rb b/guides/rails_guides.rb
index 33975718c9..9d488a8a15 100644
--- a/guides/rails_guides.rb
+++ b/guides/rails_guides.rb
@@ -5,7 +5,7 @@ $:.unshift pwd
def bundler?
# Note that rake sets the cwd to the one that contains the Rakefile
# being executed.
- File.exists?('Gemfile')
+ File.exist?('Gemfile')
end
begin