usnationalarchives / federal_register

Ruby API Client for FederalRegister.gov that handles searching articles and getting information about agencies
http://www.federalregister.gov/learn/developers
Other
72 stars 22 forks source link

fixed typo in article.rb #2

Closed yonkeltron closed 13 years ago

yonkeltron commented 13 years ago

The method name (corresponding symbol) should be cfr_references.

I also made it so that you can now traverse ResultSet directly having implemented #each and included Enumerable. There are specs.

Signed-off-by: yonkeltron yonkeltron@gmail.com