5 6 7
# File 'lib/monadic/either.rb', line 5 def self.chain(initial=nil, &block) Either::Chain.new(&block).call(initial) end