ライブラリ
クラス
- Array (12)
-
CGI
:: Cookie (12) -
CSV
:: Row (24) -
CSV
:: Table (60) - DBM (24)
- Enumerator (36)
-
Enumerator
:: Lazy (12) - GDBM (24)
- Hash (156)
- IPSocket (12)
- MatchData (12)
- Matrix (12)
-
Matrix
:: EigenvalueDecomposition (12) -
Rake
:: TaskArguments (12) - Regexp (24)
-
Resolv
:: DNS (12) - SDBM (24)
- Struct (90)
- TCPServer (24)
- UDPSocket (12)
-
Win32
:: Registry (96) -
YAML
:: DBM (48)
モジュール
-
CGI
:: HtmlExtension (96) - Jacobian (12)
オブジェクト
- ENV (24)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - CSV (12)
- Cookie (12)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 0 . 0 (5) - Parser (12)
- [] (24)
- accept (12)
- addr (12)
-
bigdecimal
/ jacobian (12) -
bigdecimal
/ newton (12) - cgi (12)
-
checkbox
_ group (24) - csv (12)
- deconstruct (6)
-
delete
_ if (24) -
descriptor
_ length (12) - diagonal (12)
- each (24)
- eigenvalues (12)
-
fetch
_ values (20) - fields (12)
- info (12)
- jacobian (12)
- keys (12)
- match (24)
-
max
_ key _ length (12) -
max
_ value _ length (12) -
max
_ value _ name _ length (12) -
net
/ http (12) - new (72)
-
next
_ values (12) -
num
_ keys (12) -
num
_ values (12) - peek (12)
-
peek
_ values (12) -
radio
_ group (24) -
recvfrom
_ nonblock (12) -
ruby 1
. 8 . 4 feature (12) -
ruby 1
. 9 feature (12) -
scrolling
_ list (24) - select (24)
- sysaccept (12)
- timeouts= (12)
-
to
_ a (24) -
transform
_ keys (20) -
transform
_ keys! (20) -
transform
_ values (18) -
transform
_ values! (18) -
values
_ at (132) - wtime (12)
- xmlrpc (3)
- yaml (12)
検索結果
先頭5件
-
Struct
. new(*args , keyword _ init: nil) {|subclass| block } -> Class (1.0) -
Struct クラスに新しいサブクラスを作って、それを返します。
Struct クラスに新しいサブクラスを作って、それを返します。
サブクラスでは構造体のメンバに対するアクセスメソッドが定義されています。
//emlist[例][ruby]{
dog = Struct.new("Dog", :name, :age)
fred = dog.new("fred", 5)
fred.age = 6
printf "name:%s age:%d", fred.name, fred.age
#=> "name:fred age:6" を出力します
//}
実装の都合により、クラス名の省略は後づけの機能でした。
メンバ名に String を指定できるのは後方互換... -
Win32
:: Registry # descriptor _ length (1.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ key _ length (1.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ length (1.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # max _ value _ name _ length (1.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # num _ keys (1.0) -
@todo
@todo
キー情報の個々の値を返します。 -
Win32
:: Registry # wtime (1.0) -
@todo
@todo
キー情報の個々の値を返します。