Method: OllamaChat::Switches::Switch#toggle

Defined in:
lib/ollama_chat/switches.rb

#toggle(show: true) ⇒ Object



31
32
33
34
# File 'lib/ollama_chat/switches.rb', line 31

def toggle(show: true)
  @value = !@value
  show && self.show
end