stdgems

Gemified in 2.6

The following libraries were made standard gems with Ruby 2.6.0

New Default Gems

New Default Gem Description Resources
bundler Bundler is the local package manager for Ruby applications RubyGems · GitHub · RDoc · CRuby
e2mmap Abstraction around exception handling RubyGems · GitHub · RDoc
forwardable Provides a way to delegate method calls. Also see this overview of delegation in Ruby, which contains an example RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2) · CRuby (3)
irb Interactive Ruby Console (REPL) RubyGems · GitHub · RDoc · CRuby (1) · CRuby (2)
logger Logging utility RubyGems · GitHub · RDoc · CRuby
matrix Support for matrices RubyGems · GitHub · RDoc
mutex_m A mixin that makes any object behave like a mutex RubyGems · GitHub · RDoc · CRuby
ostruct Wrapper around Hash which lets you read and set attributes with a method-based API RubyGems · GitHub · RDoc · CRuby
prime Access to prime numbers and prime factorization RubyGems · GitHub · RDoc
rexml Support for XML (Extensible Markup Language) RubyGems · GitHub · RDoc
rss Support for RSS (Rich Site Summary) and Atom RubyGems · GitHub · RDoc
shell Provides a Ruby interface for interacting with the shell RubyGems · GitHub · RDoc
sync Two-phase lock with a counter for multi-threaded code RubyGems · GitHub · RDoc
thwait Waits for threads to finish RubyGems · GitHub · RDoc
tracer Outputs the code execution trace via Kernel#set_trace_func RubyGems · GitHub · RDoc

New Bundled Gems

No bundled gems were introduced in 2.6.

More Standard Gems