module Bundler

def bundle_path

Experimental RBS support (using type sampling data from the type_fusion project).

def bundle_path: () -> Pathname

This signature was generated using 1 sample from 1 application.

Returns absolute path of where gems are installed on the filesystem.
def bundle_path
  @bundle_path ||= Pathname.new(configured_bundle_path.path).expand_path(root)
end