Closed jamestunnell closed 11 years ago
The Writer class has an attr_reader for :file_name, but the @file_name instance variable never gets set. So a Writer instance returns nil when file_name is called.
Oops, that was definitely a bug. Just pushed a change which should fix it. Thanks for pointing it out!
And thank you for fixing it :)
The Writer class has an attr_reader for :file_name, but the @file_name instance variable never gets set. So a Writer instance returns nil when file_name is called.