Libraries
»
appl
(1.18)
»
Index
»
Application
»
all_names
Method: Application.all_names
Defined in:
lib/appl.rb
.
all_names
⇒
Object
235 236 237
# File 'lib/appl.rb', line 235
def
all_names
[
self
::
NAME
,
*
self
::
ALIASES
]
.
join
"|"
end