Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
Implementing scrambler
-
Hello,
I'm trying to scramble some about-to-be-released code using the Scrambler that comes with the google SDK. However, once I do this I am no longer able to implement the file. I have a main 'loader' file that implements the scrambled ruby file.
This is the old situation (in the main file), and it works:
require 'saphua/tool.rb' # Other codeThis is the new situation, without succes:
require 'saphua/tool.rbs' # Other codeThis didn't work either:
require 'saphua/tool' # Other codeAnyone? Thanks!
-
You want the Sketchup version of "require" called "Sketchup::require" which knows about scrambled eggs.
-
Cool, thanks!
Advertisement