method
parse_expected
rspec latest stable - Class:
Spec::Matchers::BePredicate
parse_expected(expected)private
No documentation available.
# File lib/spec/matchers/be.rb, line 165
def parse_expected(expected)
@prefix, expected = prefix_and_expected(expected)
expected
end