Closed jlgeering closed 7 years ago
I don't understand enough ruby magic to know if gli or raven is the culprit
Looks like the fix proposed in getsentry/raven-ruby#531 worked.
yes indeed, and this was the fix:
require "gli"
require "raven"
class MyApp
extend GLI::App
# all the GLI stuff you'd normally put at top-level
end
exit MyApp.run(ARGV)
fails with "NoMethodError: private method `desc' called for main:Object"