We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 039300d commit 77893edCopy full SHA for 77893ed
1 file changed
lib/jruby_art/app.rb
@@ -93,9 +93,10 @@ def library_loaded?(library_name)
93
# Options are no longer relevant, define post_initialize method to use
94
# custom options (see Sandi Metz POODR)
95
96
- def initialize
+ def initialize(options = {})
97
super()
98
$app = self
99
+ post_initialize(options)
100
proxy_java_fields
101
mix_proxy_into_inner_classes
102
java.lang.Thread.default_uncaught_exception_handler = proc do |_thread_, exception|
0 commit comments