module Bundler
def root
Experimental RBS support (using type sampling data from the type_fusion
project).
def root: () -> Pathname
This signature was generated using 1 sample from 1 application.
def root @root ||= begin SharedHelpers.root rescue GemfileNotFound bundle_dir = default_bundle_dir raise GemfileNotFound, "Could not locate Gemfile or .bundle/ directory" unless bundle_dir Pathname.new(File.expand_path("..", bundle_dir)) end end