class RSpec::Matchers::BuiltIn::Eq
def match(expected, actual)
Experimental RBS support (using type sampling data from the type_fusion
project).
def match: (String expected, String actual) -> true
This signature was generated using 1 sample from 1 application.
def match(expected, actual) actual == expected end