apohllo / rod

Ruby Object Database
http://github.com/apohllo/rod
15 stars 4 forks source link

Out of scope indexing should return nil #204

Closed apohllo closed 12 years ago

apohllo commented 12 years ago

The Model[index] call should return nil if the index is out of scope - this is normal Ruby behavior.