Libraries
»
llm-shell
(0.10.0)
»
Index
»
LLM
»
Shell
»
Config
»
#merge
Method: LLM::Shell::Config#merge
Defined in:
lib/llm/shell/config.rb
#
merge
(other) ⇒
Hash
Returns:
(
Hash
)
14 15 16
# File 'lib/llm/shell/config.rb', line 14
def
merge
(
other
)
to_h
.
merge
(
other
)
end