Ruby 1.8.7 リファレンスマニュアル > ライブラリ一覧 > setライブラリ > Setクラス > length
size -> Integer
length -> Integer
集合の要素数を返します。
p Set[10, 20, 30, 10].size #=> 3