Ruby's std-lib is the Ruby Standard Library class collection. Use it with the [ruby] tag.
In Ruby, std-lib
is the Ruby Standard Library class collection that are not included by default in Ruby's core, so it's required to be included into the app explicitly with the ::require
method.
You can see the full documentation on ruby-2.1 and stdlib at the Ruby documentation page.