# File lib/extlib/lazy_array.rb, line 292
def
kind_of?
(
klass
)
super
||
@array
.
kind_of?
(
klass
)
end