Sha256: da47ec29578267794b747b21af3f2799839a2056fef5c0f5190cdd097b4519e6
Contents?: true
Size: 306 Bytes
Versions: 4
Compression:
Stored size: 306 Bytes
Contents
# frozen_string_literal: true class BCDD::Result class CallableAndThen::Config attr_accessor :default_method_name_to_call def initialize self.default_method_name_to_call = :call end def options { default_method_name_to_call: default_method_name_to_call } end end end
Version data entries
4 entries across 4 versions & 1 rubygems