Method: Flapjack::Gateways::Jabber::Bot#identifiers
- Defined in:
- lib/flapjack/gateways/jabber.rb
#identifiers ⇒ Object
545 546 547 548 549 550 551 |
# File 'lib/flapjack/gateways/jabber.rb', line 545 def identifiers ret = nil @lock.synchronize do ret = @identifiers end ret end |