repo ""
commit ""
license ""
grammar {
id "ruby"
name "Ruby"
tag "code"
tier 1
has-scanner #true
icon "devicon-plain:ruby"
aliases "rb"
inventor "Yukihiro Matsumoto"
year 1995
description "A dynamic, object-oriented language designed for programmer happiness and productivity."
link "https://en.wikipedia.org/wiki/Ruby_(programming_language)"
trivia "Matz (Yukihiro Matsumoto) chose the name Ruby as a playful reference to Perl—ruby is a precious stone, like pearl."
sample {
path "samples/inflector_methods.rb"
description "Rails ActiveSupport inflector with pluralize, singularize, and camelize methods."
link "https://github.com/rails/rails/blob/main/activesupport/lib/active_support/inflector/methods.rb"
license "MIT"
}
}