HEX
Server: Apache
System: Linux s198.coreserver.jp 5.15.0-151-generic #161-Ubuntu SMP Tue Jul 22 14:25:40 UTC 2025 x86_64
User: nagasaki (10062)
PHP: 7.1.33
Disabled: NONE
Upload Files
File: //usr/local/rvm/src/ruby-3.0.2/spec/ruby/core/hash/fixtures/name.rb
class TrueClass
  def hash
    raise "TrueClass#hash should not be called"
  end
end
class FalseClass
  def hash
    raise "FalseClass#hash should not be called"
  end
end
class Integer
  def hash
    raise "Integer#hash should not be called"
  end
end
class Float
  def hash
    raise "Float#hash should not be called"
  end
end
class String
  def hash
    raise "String#hash should not be called"
  end
end
class Symbol
  def hash
    raise "Symbol#hash should not be called"
  end
end