lib/convenient_service/support/delegate.rb in convenient_service-0.1.0 vs lib/convenient_service/support/delegate.rb in convenient_service-0.2.0

- old
+ new

@@ -17,11 +17,12 @@ extend ClassMethodsForForwardable end ## - # `ClassMethods` is loaded faster than `included` by `Concern`. - # Since `Forwardable` has it own `delegate` - a different name is used. + # @internal + # `ClassMethods` is loaded faster than `included` by `Concern`. + # Since `Forwardable` has it own `delegate` - a different name is used. # module ClassMethodsForForwardable def delegate(*methods, to:) ## # NOTE: The following condition will NOT ever change. That is why it is inlined.