Method: Bixby::App::Command.command_name
- Defined in:
- lib/bixby-client/app/command.rb
.command_name(str = nil) ⇒ Object
6 7 8 9 |
# File 'lib/bixby-client/app/command.rb', line 6 def self.command_name(str=nil) @command_name = str if !str.nil? @command_name ||= self.name.split(/::/).last.downcase end |