Ruby is a programming language created in 1995 by Yukihiro Matsumoto.
git clone https://github.com/ruby/ruby
#11on PLDB | 28Years Old | 3mRepos |
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. According to its creator, Ruby was influenced by Perl, Smalltalk, Eiffel, Ada, and Lisp. Read more on Wikipedia...
# Type your code here, or load an example.
def square(num)
num * num
end
puts "Hello, world!"
#!/usr/bin/env ruby
print "Hello World"
# Hello World in Ruby
puts "Hello World!"
module Foo
end
"Hello, World!".in_blue
=> "<span style=\"color: #00f\">Hello, World!</span>"
__ENCODING__ __FILE__ __LINE__ alias and BEGIN begin break case class def defined do else elsif END end ensure false for if in module next nil not or redo rescue retry return self super then true undef unless until when while yield