method
parse_expected
1.3.0 -
Show 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