class WifiWand::CommandLineInterface::OpenResource

Public Instance Methods

help_string() click to toggle source

Ex: “'ipw' (What is My IP)”

# File lib/wifi-wand/command_line_interface.rb, line 20
def help_string
  "'#{code}' (#{description})"
end