Method: Ore::Project#bundled?

Defined in:
lib/ore/project.rb

#bundled?Boolean

Determines whether the project has been bundled using Bundler.

Returns:

  • (Boolean)

    Specifies whether the project has been bundled.



387
388
389
# File 'lib/ore/project.rb', line 387

def bundled?
  file?('Gemfile.lock')
end