Method: Bundler::CLI.source_root

Defined in:
lib/bundler/cli.rb

.source_rootObject

[View source]

556
557
558
# File 'lib/bundler/cli.rb', line 556

def self.source_root
  File.expand_path("templates", __dir__)
end