BasicObject
This is a predicate useful for the doc:guides task of applications.
# File guides/rails_guides.rb, line 5 def bundler? # Note that rake sets the cwd to the one that contains the Rakefile # being executed. File.exist?('Gemfile') end