struct Zap::Config::InferredContext
- Zap::Config::InferredContext
- Struct
- Value
- Object
Defined in:
config.crConstructors
Instance Method Summary
- #clone
- #command_scope : WorkspaceScope
- #config : Config
- #copy_with(main_package _main_package = @main_package, config _config = @config, workspaces _workspaces = @workspaces, install_scope _install_scope = @install_scope, command_scope _command_scope = @command_scope)
- #get_scope(type : ScopeType)
- #install_scope : WorkspaceScope
- #main_package : Package
- #scope_names(type : ScopeType)
- #scope_packages(type : ScopeType)
- #scope_packages_and_paths(type : ScopeType)
- #workspaces : Workspaces | Nil
Constructor Detail
def self.new(main_package : Package, config : Config, workspaces : Workspaces | Nil, install_scope : WorkspaceScope, command_scope : WorkspaceScope)
#
Instance Method Detail
def copy_with(main_package _main_package = @main_package, config _config = @config, workspaces _workspaces = @workspaces, install_scope _install_scope = @install_scope, command_scope _command_scope = @command_scope)
#