Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
vendor
/
libnghttp2-sys
/
nghttp2
/
third-party
/
mruby
/
test
/
t
/
object.rb
blob: 6a755d3ba66943fbfda8025f0e6b0d3551f549e7 [
file
] [
log
] [
blame
]
##
# Object ISO Test
assert
(
'Object'
,
'15.2.1'
)
do
assert_equal
Class
,
Object
.
class
end
assert
(
'Object superclass'
,
'15.2.1.2'
)
do
assert_equal
BasicObject
,
Object
.
superclass
end