Questions tagged [ruby]

Ruby is a programming language that ships with macOS.

Ruby is a dynamic, reflective, object-oriented, general-purpose programming language. It was designed and developed in the mid-1990s by Yukihiro "Matz" Matsumoto in Japan.

(source: Wikipedia)

Some more popular posts with this tag:

Helpful Links:

78 questions
1
vote
1 answer

Why my CodeRunner mac app keep output “(B[m” before my correct output?

When I code test ruby script, it keeps output "(B[m" before my other output, even thought I just have single line puts statement. Just as follow: See the "(B[m" before my output text " test". It's really annoying me for a long while. Any help…
kimimaro
  • 111
1
vote
0 answers

recover deleted /Library/Ruby/

I accidentally deleted files under /Library/Ruby/ and /System/Library/Frameworks/Ruby.framework/ folders. Now, is there any way to recover them or install fresh Ruby setup?