You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
raiseArgumentError,'Delegation needs a single association. Supply an option hash with a :to key with only 1 period (e.g. delegate :hello, to: "greeter.greeting")'
32
+
raiseArgumentError,'Delegation needs a single association. Supply keyword :to with only 1 period (e.g. delegate :hello, to: "greeter.greeting")'
38
33
end
39
34
40
-
allow_nil=options[:allow_nil]
41
-
default=options[:default]
42
-
43
35
# put method entry per method name.
44
36
# This better supports reloading of the class and changing the definitions
0 commit comments