Bundler::SharedHelpers

Attributes

gem_loaded[RW]

Public Instance Methods

default_gemfile() click to toggle source
# File lib/bundler/shared_helpers.rb, line 19
def default_gemfile
  gemfile = find_gemfile
  raise GemfileNotFound, "Could not locate Gemfile" unless gemfile
  Pathname.new(gemfile)
end
default_lockfile() click to toggle source
# File lib/bundler/shared_helpers.rb, line 25
def default_lockfile
  Pathname.new("#{default_gemfile}.lock")
end
in_bundle?() click to toggle source
# File lib/bundler/shared_helpers.rb, line 29
def in_bundle?
  find_gemfile
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.