Commit eaa3a1d
committed
Remove use of deprecated
The `fastGetModule` is deprecated in jruby 9.4 and removed in 10:
https://github.com/jruby/jruby/blob/1611c8e4e464164474a0e8c0663e16d67fa5c268/core/src/main/java/org/jruby/Ruby.java#L1373-L1385
This commit uses the getModule method (which should bridge between 9 and 10).
Note that it is marked deprecated in 10 but having the 9/10 compatability will
be a win in the forseable future.
https://github.com/jruby/jruby/blob/02c56b6099582500f86262a1d16d6b0e5cf3fe95/core/src/main/java/org/jruby/Ruby.java#L1339-L1342org.jruby.Ruby.fastGetModule
1 parent d76b880 commit eaa3a1d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments