# File test/pseudo_props.rb, line 56 def list(name) @list_call += 1 @list_name = name list = Array.new list.extend(Rucy::ModifiedCount) list.modified_count = @modified_count if (@store.include? name) then for value in @store[name] list.push(value) end end list end