On line https://github.com/wagyourtail/JsMacros-Ruby/blob/main/src/main/java/xyz/wagyourtail/jsmacrosjruby/ruby/language/impl/RubyLanguageDefinition.java#L47 , the ruby class `Time` is getting overriden to https://jsmacros.wagyourtail.xyz/?/1.7.0/xyz/wagyourtail/jsmacros/client/api/library/impl/FTime.html which makes doing "normal ruby time things" difficult. Instead, the script should just skip the Time constant (as those things can be done in jruby directly, anyway)
On line https://github.com/wagyourtail/JsMacros-Ruby/blob/main/src/main/java/xyz/wagyourtail/jsmacrosjruby/ruby/language/impl/RubyLanguageDefinition.java#L47 , the ruby class
Timeis getting overriden to https://jsmacros.wagyourtail.xyz/?/1.7.0/xyz/wagyourtail/jsmacros/client/api/library/impl/FTime.html which makes doing "normal ruby time things" difficult.Instead, the script should just skip the Time constant (as those things can be done in jruby directly, anyway)