org.jruby.RubyModule.proceedWithPrepend()方法的使用及代码示例

x33g5p2x  于2022-01-29 转载在 其他  
字(0.7k)|赞(0)|评价(0)|浏览(85)

本文整理了Java中org.jruby.RubyModule.proceedWithPrepend方法的一些代码示例,展示了RubyModule.proceedWithPrepend的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。RubyModule.proceedWithPrepend方法的具体详情如下:
包路径:org.jruby.RubyModule
类名称:RubyModule
方法名:proceedWithPrepend

RubyModule.proceedWithPrepend介绍

[英]Actually proceed with prepending the specified module below the given target in a hierarchy. Return the new module wrapper.
[中]实际上,在层次结构中,在给定的目标下预先设置指定的模块。返回新的模块包装器。

代码示例

代码示例来源:origin: org.jruby/jruby-complete

currentInclusionPoint = proceedWithPrepend(currentInclusionPoint, nextModule.getDelegate());

代码示例来源:origin: org.jruby/jruby-core

currentInclusionPoint = proceedWithPrepend(currentInclusionPoint, nextModule.getDelegate());

相关文章

微信公众号

最新文章

更多

RubyModule类方法