Libraries
»
pjl
(1.1)
»
Index (A)
»
Array
Class: Array
Inherits:
Object
Object
Array
show all
Defined in:
lib/pjl.rb
Instance Method Summary
collapse
#
to_pjlkey
⇒ Object
Instance Method Details
#
to_pjlkey
⇒
Object
24
# File 'lib/pjl.rb', line 24
def
to_pjlkey
;
map
{
|
x
|
x
.
to_pjlkey
}
.
join
;
end