Created
November 14, 2012 20:15
-
-
Save dwillis/4074477 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| require 'rubygems' | |
| require 'fech' | |
| filing = Fech::Filing.new(824973) # the Aflac PAC's pre-general filing | |
| filing.download | |
| filing.summary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment