Lines Matching refs:arity
1859 block.$$arity = blockopts;
2182 alias.$$arity = body.$$arity == null ? body.length : body.$$arity;
3446 body.$$arity = 0;
3472 body.$$arity = 1;
3708 …return $send(bound, 'call', $to_a(args));}, {$$arity: -1, $$s: self})) : ($Kernel.$raise($$$('Type…
9096 };}, {$$arity: -1, $$ret: $t_return});
9107 };}, {$$arity: -1, $$ret: $t_return});
9118 };}, {$$arity: -1, $$ret: $t_return});
9144 };}, {$$arity: -1, $$ret: $t_return});
9155 };}, {$$arity: -1, $$ret: $t_return});
9166 };}, {$$arity: -1, $$ret: $t_return});
9384 };}, {$$arity: -1, $$ret: $t_return});
9678 return index += 1;;}, {$$arity: -1, $$ret: $t_return});
9688 return index += 1;;}, {$$arity: -1, $$ret: $t_return});
9727 };}, {$$arity: -1, $$ret: $t_return});
9817 };}, {$$arity: -1, $$ret: $t_return});
10161 };}, {$$arity: -1, $$ret: $t_return});
10172 };}, {$$arity: -1, $$ret: $t_return});
10184 };}, {$$arity: -1, $$ret: $t_return});
10217 };}, {$$arity: -1, $$ret: $t_return});
10232 };}, {$$arity: -1, $$ret: $t_return});
10247 };}, {$$arity: -1, $$ret: $t_return});
10574 return result.push(value);;}, {$$arity: -1, $$ret: $t_return});} catch($e) {
11403 return $send(self, 'yield', $to_a(values));}, {$$arity: -1, $$s: self})
14737 …ocate,raise,coerce_to!,each,fetch,>=,>,==,compare_by_identity,lambda?,abs,arity,enum_for,size,resp…
15132 if ((proc)['$lambda?']() && (proc).$arity().$abs() !== 2) {
15976 return self['$[]'](key);}, {$$arity: -1, $$s: self})
17645 return other.$call(out);}, {$$arity: -1, $$s: self})
17658 return self.$call(out);}, {$$arity: -1, $$s: self})
17669 $def(self, '$arity', function $$arity() {
17675 } else if (self.$$arity != null) {
17676 return self.$$arity;
17736 $def(self, '$curry', function $$curry(arity) {
17739 if (arity === undefined) {
17740 arity = self.length;
17743 arity = $Opal['$coerce_to!'](arity, $$$('Integer'), "to_int");
17744 if (self.$$is_lambda && arity !== self.length) {
17745 …$Kernel.$raise($$$('ArgumentError'), "wrong number of arguments (" + (arity) + " for " + (self.len…
17754 if (length > arity && self.$$is_lambda && !self.$$is_curried) {
17755 …l.$raise($$$('ArgumentError'), "wrong number of arguments (" + (length) + " for " + (arity) + ")");
17758 if (length >= arity) {
17804 …Opal.add_stubs('attr_reader,arity,curry,>>,<<,new,class,join,source_location,call,raise,bind,to_pr…
17825 $def(self, '$arity', function $$arity() {
17828 return self.method.$arity()
17869 $def(self, '$curry', function $$curry(arity) {
17871 return self.method.$curry(arity);
17899 proc.$$arity = self.method.$$arity == null ? self.method.length : self.method.$$arity;
17932 $def(self, '$arity', function $$arity() {
17935 return self.method.$arity()
21064 }, {$$s: self});}, {$$arity: -4, $$s: self});