Method: CouchRest::Model::CastedArray#pop

Defined in:
lib/couchrest/model/casted_array.rb

#popObject



44
45
46
47
# File 'lib/couchrest/model/casted_array.rb', line 44

def pop
  couchrest_parent_will_change! if use_dirty? && self.length > 0
  super
end