Sha256: 3a0ea140252cae771b4c2b8d83080779ef326ad89a1c9ad6f794134439cf91ea
Contents?: true
Size: 799 Bytes
Versions: 13
Compression:
Stored size: 799 Bytes
Contents
# frozen_string_literal: true module ConvenientService module Service module Plugins module HasResultSteps module Entities class Method module Entities module Directions class Base include Support::AbstractMethod include Support::Copyable abstract_method \ :validate_as_input_for_container!, :validate_as_output_for_container!, :define_output_in_container! def ==(other) return unless other.instance_of?(self.class) true end end end end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems