File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ assigning C<Nil> to a variable which has a default will restore that default.
126
126
127
127
method append(*@)
128
128
129
- Warns the user that they tried to append onto a C < Nil > .
129
+ Warns the user that they tried to append onto a C < Nil > (or derived type object) .
130
130
131
131
= head2 method gist
132
132
@@ -150,19 +150,19 @@ Returns C<Nil>
150
150
151
151
method prepend(*@)
152
152
153
- Warns the user that they tried to prepend onto a C < Nil > .
153
+ Warns the user that they tried to prepend onto a C < Nil > or derived type object .
154
154
155
155
= head2 method push
156
156
157
157
method push(*@)
158
158
159
- Warns the user that they tried to push onto a C < Nil > .
159
+ Warns the user that they tried to push onto a C < Nil > or derived type object .
160
160
161
161
= head2 method unshift
162
162
163
163
method unshift(*@)
164
164
165
- Warns the user that they tried to unshift onto a C < Nil > .
165
+ Warns the user that they tried to unshift onto a C < Nil > or derived type object .
166
166
167
167
= head2 method ords
168
168
You can’t perform that action at this time.
0 commit comments