jasonroelofs/rbgccxml

Finders aren't acting the same

Closed this issue · 0 comments

In Ogre.rb, noticed that:

ogre.classes(/SharedPtr/)

returns an Array while

ogre.classes.find(:name => /SharedPtr/)

properly returns a QueryResult.