Method: Bixby::App::Command.match

Defined in:
lib/bixby-client/app/command.rb

.match(str) ⇒ Object



16
17
18
# File 'lib/bixby-client/app/command.rb', line 16

def self.match(str)
  command_name == str
end