lib/eco/api/usecases/use_case_io.rb in eco-helpers-2.4.9 vs lib/eco/api/usecases/use_case_io.rb in eco-helpers-2.5.1

- old
+ new

@@ -1,9 +1,8 @@ module Eco module API class UseCases - # InputOutput class for usecases. # @note Same as Eco::API::UseCases::BaseIO but: # - includes `type` of usecase # - provides a helper to `chain` InputOutput between usecases # @attr_reader usecase [Eco::API::UseCases::UseCase] the usecase this InputOuput is linked to @@ -74,9 +73,8 @@ # no redirections => should it redirect the input? end self.class.new(**kargs) end end - end end end