Method: MacWifi::CommandLineInterface::OpenResources#help_string

Defined in:
lib/mac-wifi/command_line_interface.rb

#help_stringObject

Ex: “(‘ipc’ (IP Chicken), ‘ipw’ (What is My IP), ‘spe’ (Speed Test))”



29
30
31
# File 'lib/mac-wifi/command_line_interface.rb', line 29

def help_string
  map(&:help_string).join(', ')
end