Method: Asynchronic::DataStore::Key#remove_first
- Defined in:
- lib/asynchronic/data_store/key.rb
#remove_first(count = 1) ⇒ Object
27 28 29 |
# File 'lib/asynchronic/data_store/key.rb', line 27 def remove_first(count=1) self.class.new sections[count..-1].join(SEPARATOR) end |