# File lib/webmock/matchers/hash_including_matcher.rb, line 20 def self.from_rspec_matcher(matcher) new(matcher.instance_variable_get(:@expected)) end