Method: Ore::Project#bundler?

Defined in:
lib/ore/project.rb

#bundler?Boolean

Determines whether the project uses Bundler.

Returns:

  • (Boolean)

    Specifies whether the project uses Bundler.


377
378
379
# File 'lib/ore/project.rb', line 377

def bundler?
  file?('Gemfile')
end