class Object

Constants

APP_PATH

Public Instance Methods

bundler?() click to toggle source

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.exists?('Gemfile')
end