609件ヒット
[601-609件を表示]
(0.185秒)
別のキーワード
クラス
- Array (24)
- BigDecimal (12)
- CSV (12)
-
CSV
:: Row (12) -
CSV
:: Table (12) - Complex (12)
- Data (6)
- Dir (12)
- Encoding (12)
- Exception (12)
- FalseClass (24)
- Float (24)
- Hash (24)
- Integer (24)
- MatchData (12)
- Matrix (12)
- Method (24)
- Module (36)
- Object (12)
- Proc (24)
- Range (24)
- Rational (24)
- Regexp (24)
-
RubyVM
:: AbstractSyntaxTree :: Node (7) -
RubyVM
:: InstructionSequence (12) - Set (20)
- String (24)
- StringScanner (12)
- Struct (24)
- Thread (30)
-
Thread
:: Backtrace :: Location (12) - Time (6)
- TracePoint (12)
- TrueClass (12)
- UnboundMethod (24)
検索結果
-
Thread
# name=(name) -> String (114.0) -
self の名前を name に設定します。
...数に ASCII 互換ではないエンコーディングのものを
指定した場合に発生します。
//emlist[例][ruby]{
a = Thread.new{}
a.name = 'named'
a.name # => "named"
a.inspect # => "#<Thread:0x00007f85ac8721f0@named@(irb):1 dead>"
//}
@see Thread#name...