Method: Xlogin::SessionPool#idle
- Defined in:
- lib/xlogin/session_pool.rb
#idle ⇒ Object
28 29 30 31 32 33 |
# File 'lib/xlogin/session_pool.rb', line 28 def idle case @args when String then @opts[:idle] || DEFAULT_IDLE when Hash then @args[:idle] || DEFAULT_IDLE end end |