102件ヒット
[101-102件を表示]
(0.097秒)
クラス
-
CSV
:: Table (12) -
Scanf
:: FormatString (18) - String (12)
- UnboundMethod (36)
モジュール
-
Net
:: HTTPHeader (24)
キーワード
- arity (12)
-
basic
_ auth (12) - inspect (24)
-
matched
_ count (6) -
proxy
_ basic _ auth (12) - prune (6)
-
spec
_ count (6) -
to
_ s (12)
検索結果
-
UnboundMethod
# arity -> Integer (31.0) -
メソッドが受け付ける引数の数を返します。
...).arity #=> 2
p C.instance_method(:five).arity #=> -3
p C.instance_method(:six).arity #=> -3
String.instance_method(:size).arity #=> 0
String.instance_method(:replace).arity #=> 1
String.instance_method(:squeeze).arity #=> -1
String.instance_method(:count).arity #=> -1
//}...