Closed lewispb closed 4 years ago
Requiring require 'utensils/json' and trying to use save_and_open_json errors:
require 'utensils/json'
save_and_open_json
uninitialized constant JsonHelpers::Launchy
I guess there's a requirement on using Launchy, but I don't see that in the gemspec.
I think you nailed it! 🙇
Requiring
require 'utensils/json'
and trying to usesave_and_open_json
errors:uninitialized constant JsonHelpers::Launchy
I guess there's a requirement on using Launchy, but I don't see that in the gemspec.