ncbo / goo

Graph Oriented Objects (GOO) for Ruby. A RDF/SPARQL based ORM.
http://ncbo.github.io/goo/
Other
15 stars 6 forks source link

Optional argument when intiitalizing objects #23

Closed palexander closed 11 years ago

palexander commented 11 years ago

When initializing, it would be nice to not have to provide an empty attributes array. Unless there is a reason to require it, I mean.

Would make it so you could just do: GooObject.new instead of: GooObject.new({})