NoMethodError: undefined method 'new' for Fixnum:Class
puts 100.object_id # => 201 puts (10 * 10).object_id # => 201 Fixnum.new(100)