class Mocha::ParameterMatchers::KindOf

def initialize(klass)

Other tags:
    Private: -
def initialize(klass)
  @klass = klass
end