Parent

Methods

Class/Module Index [+]

Quicksearch

RSpec::Matchers::BuiltIn::BeAnInstanceOf

Public Instance Methods

match(expected, actual) click to toggle source
# File lib/rspec/matchers/built_in/be_instance_of.rb, line 5
def match(expected, actual)
  actual.instance_of? expected
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.