Determines whether the project uses Bundler.
Returns:
Specifies whether the project uses Bundler.
377 378 379
# File 'lib/ore/project.rb', line 377 def bundler? file?('Gemfile') end