Number Ruby

puts 100.object_id                                # => 201
puts (10 * 10).object_id                          # => 201
Fixnum.new(100)