summaryrefslogtreecommitdiff
path: root/spec/ruby/core/kernel/kind_of_spec.rb
blob: c988edccb5bbd2c92f6d44a44daa773e961223da (plain)
1
2
3
4
5
6
require_relative '../../spec_helper'
require_relative 'shared/kind_of'

describe "Kernel#kind_of?" do
  it_behaves_like :kernel_kind_of, :kind_of?
end