Libraries
»
logux-rack
(0.1.0)
»
Index
»
Logux
»
Meta
»
#client_id
Method: Logux::Meta#client_id
Defined in:
lib/logux/meta.rb
#
client_id
⇒
Object
20 21 22
# File 'lib/logux/meta.rb', line 20
def
client_id
node_id
.
split
(
'
:
'
)
[
0
..
1
]
.
join
(
'
:
'
)
end