Module: Aiwolf::Commands::Name

Includes:
Base::Try
Included in:
Aiwolf::Client
Defined in:
lib/aiwolf/commands/name.rb

Instance Method Summary collapse

Instance Method Details

#inner_command_name(_packet) ⇒ Object



10
11
12
# File 'lib/aiwolf/commands/name.rb', line 10

def inner_command_name(_packet)
  try(:command_name) || self.class.to_s
end