Class: Appcelerator::LastInSet

Inherits:
Set
  • Object
show all
Defined in:
lib/appcelerator/servicebroker/inmemory_service_broker.rb

Instance Method Summary collapse

Instance Method Details

#add(elem) ⇒ Object Also known as: <<



58
59
60
61
# File 'lib/appcelerator/servicebroker/inmemory_service_broker.rb', line 58

def add elem
  delete elem
  first_in_add elem
end

#first_in_addObject



57
# File 'lib/appcelerator/servicebroker/inmemory_service_broker.rb', line 57

alias :first_in_add :add