Method: Oxidized::Nodes#get
- Defined in:
- lib/oxidized/nodes.rb
#get ⇒ String
Returns node from the head of the array.
83 84 85 86 87 |
# File 'lib/oxidized/nodes.rb', line 83 def get with_lock do (self << shift).last end end |
Returns node from the head of the array.
83 84 85 86 87 |
# File 'lib/oxidized/nodes.rb', line 83 def get with_lock do (self << shift).last end end |