We can try ruby language online by using tryruby.org website. We can also follow 15 minutes interactive tutorial by typing help [enter]. On capture below i am trying to show String class method list and also an instance of String method list. Sometimes we forget a class methods name but on ruby we can do varname.methods to get method name list.

With tryruby.org we can test ruby language without installing ruby program.
Good night …