Lines Matching refs:arity
1850 block.$$arity = blockopts;
2173 alias.$$arity = body.$$arity == null ? body.length : body.$$arity;
3437 body.$$arity = 0;
3463 body.$$arity = 1;
3699 …return $send(bound, 'call', $to_a(args));}, {$$arity: -1, $$s: self})) : ($Kernel.$raise($$$('Type…
9087 };}, {$$arity: -1, $$ret: $t_return});
9098 };}, {$$arity: -1, $$ret: $t_return});
9109 };}, {$$arity: -1, $$ret: $t_return});
9135 };}, {$$arity: -1, $$ret: $t_return});
9146 };}, {$$arity: -1, $$ret: $t_return});
9157 };}, {$$arity: -1, $$ret: $t_return});
9375 };}, {$$arity: -1, $$ret: $t_return});
9669 return index += 1;;}, {$$arity: -1, $$ret: $t_return});
9679 return index += 1;;}, {$$arity: -1, $$ret: $t_return});
9718 };}, {$$arity: -1, $$ret: $t_return});
9808 };}, {$$arity: -1, $$ret: $t_return});
10152 };}, {$$arity: -1, $$ret: $t_return});
10163 };}, {$$arity: -1, $$ret: $t_return});
10175 };}, {$$arity: -1, $$ret: $t_return});
10208 };}, {$$arity: -1, $$ret: $t_return});
10223 };}, {$$arity: -1, $$ret: $t_return});
10238 };}, {$$arity: -1, $$ret: $t_return});
10565 return result.push(value);;}, {$$arity: -1, $$ret: $t_return});} catch($e) {
11394 return $send(self, 'yield', $to_a(values));}, {$$arity: -1, $$s: self})
14728 …ocate,raise,coerce_to!,each,fetch,>=,>,==,compare_by_identity,lambda?,abs,arity,enum_for,size,resp…
15123 if ((proc)['$lambda?']() && (proc).$arity().$abs() !== 2) {
15967 return self['$[]'](key);}, {$$arity: -1, $$s: self})
17636 return other.$call(out);}, {$$arity: -1, $$s: self})
17649 return self.$call(out);}, {$$arity: -1, $$s: self})
17660 $def(self, '$arity', function $$arity() {
17666 } else if (self.$$arity != null) {
17667 return self.$$arity;
17727 $def(self, '$curry', function $$curry(arity) { argument
17730 if (arity === undefined) {
17731 arity = self.length;
17734 arity = $Opal['$coerce_to!'](arity, $$$('Integer'), "to_int");
17735 if (self.$$is_lambda && arity !== self.length) {
17736 …$Kernel.$raise($$$('ArgumentError'), "wrong number of arguments (" + (arity) + " for " + (self.len…
17745 if (length > arity && self.$$is_lambda && !self.$$is_curried) {
17746 …l.$raise($$$('ArgumentError'), "wrong number of arguments (" + (length) + " for " + (arity) + ")");
17749 if (length >= arity) {
17795 …Opal.add_stubs('attr_reader,arity,curry,>>,<<,new,class,join,source_location,call,raise,bind,to_pr…
17816 $def(self, '$arity', function $$arity() {
17819 return self.method.$arity()
17860 $def(self, '$curry', function $$curry(arity) { argument
17862 return self.method.$curry(arity);
17890 proc.$$arity = self.method.$$arity == null ? self.method.length : self.method.$$arity;
17923 $def(self, '$arity', function $$arity() {
17926 return self.method.$arity()
21055 }, {$$s: self});}, {$$arity: -4, $$s: self});