Classes: Match
2 3 4
# File 'lib/either.rb', line 2 def match &block Match.new.tap { |m| block.call(m) }.evaluate(self) end