Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试编译我们的 jruby 项目。 有一些带有 dsl 的文件,在某些对象上被读取为文本和 instance_eval。 它们似乎也被编译为 .class 文件。有什么方法可以从 .class 文件中调用该 dsl 吗?
如我所见,没有办法做到这一点。