# File lib/dm-core/query/path.rb, line 45 def kind_of?(klass) super || (defined?(@property) ? @property.kind_of?(klass) : false) end