class Mocha::ParameterMatchers::IsA

def initialize(klass)

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