RubyModKit.transpile returns transpiled script. require "ruby_mod_kit" eval( RubyModKit.transpile(<<~RBM), class Foo getter @foo: Integer def initialize(@foo) end end ...
The src file is the most important file here since it includes all of the source code. To be able to use this file and successfully compile it for using with eclipse (IDE): first go to your terminal, ...