lawrencewoodman / mida

A Microdata parser/extractor library for Ruby
http://lawrencewoodman.github.io/mida
Other
77 stars 18 forks source link

Use BasicObject instead of BlankSlate #16

Closed timcraft closed 8 years ago

timcraft commented 8 years ago

Not sure if this is of interest but it's possible to eliminate the blankslate dependency by using Ruby's built-in BasicObject class instead.

jcoyne commented 8 years ago

Sorry it took so long to review this. Good work!

timcraft commented 8 years ago

No problem, thanks!