static_model icon indicating copy to clipboard operation
static_model copied to clipboard

Fix problem loading data from default location.

Open jeffhiltz opened this issue 14 years ago • 2 comments

This is my first time using github, and my first time using Ruby, so I'll start by apologizing for anything and everything, just in case. :)

I was having trouble reading data without explicitly calling set_data_file. I tracked the bug back to a recent submission. Because default_data_file_path() is in the Base singleton, 'self' already refers to the class.

This seems to have fixed it for me, hopefully it was the correct approach.

Thanks for the library.

jeffhiltz avatar Sep 22 '11 01:09 jeffhiltz

This fix worked for me, thanks!

pushred avatar Jan 27 '12 00:01 pushred

Works for me too! Can this please be merged into master?

djiang avatar Mar 06 '12 03:03 djiang