Tbpgr Blog

Employee Experience Engineer tbpgr(てぃーびー) のブログ

Ruby | ライブラリ

パンくず

Ruby
ライブラリ

概要

Rubyの組み込みライブラリについて

内容

組み込みライブラリ

クラス名 概要
Bignum 多倍長整数のクラス
Comparable 比較演算を許すクラスのための Mix-in
Enumerable 繰り返しを行なうクラスのための Mix-in。