Sha256: daf5657ba2c2a3d8203464c1a448d410f9013547f1bc9d5dcd4a6b0a6f664792
Contents?: true
Size: 666 Bytes
Versions: 13
Compression:
Stored size: 666 Bytes
Contents
# frozen_string_literal: true module ConvenientService module RSpec module Helpers module Custom class WrapMethod < Support::Command module Errors class ChainAttributePreliminaryAccess < ConvenientService::Error ## # @param attribute [Symbol] # @return [void] # def initialize(attribute:) message = <<~TEXT Chain attribute `#{attribute}` is accessed before the chain is called. TEXT super(message) end end end end end end end end
Version data entries
13 entries across 13 versions & 1 rubygems