summaryrefslogtreecommitdiffhomepage
path: root/test/t/argumenterror.rb
blob: be1dec9742701918d9b343e48613d33ea299252e (plain)
1
2
3
4
5
6
7
##
# ArgumentError ISO Test

assert('ArgumentError', '15.2.24') do
  ArgumentError.class == Class
end