Method: Application.all_names

Defined in:
lib/appl.rb

.all_namesObject



235
236
237
# File 'lib/appl.rb', line 235

def all_names
  [ self::NAME, *self::ALIASES].join "|"
end