Converting .rb file to .rbs and vice versa
-
Hi everyone....i'm learning ruby so that i can write my own plugins...Can anyone tell me how to convert a .rb file to .rbs and vice versa??
-
There is a command-line utility for "scrambling" a Ruby source file, which outputs an .rbs of the same name.
http://code.google.com/apis/sketchup/docs/utilities.html
C;\Plugins>scrambler SketchUp Ruby Scrambler version 1.0 Usage -- Scrambler file1.rb [file2.rb] ... Creates file1.rbs [file2.rbs] ...
For obvious reasons, an unscrambler isn't available.
Advertisement