class Object

Public Instance Methods

MatchEitherResult(result, &block) click to toggle source
# File lib/either_result_matcher.rb, line 3
def MatchEitherResult(result, &block)
  block.call(EitherResultMatcher::Matcher.new(result))
end