るりまサーチ

最速Rubyリファレンスマニュアル検索!
323件ヒット [1-100件を表示] (0.053秒)
トップページ > クエリ:name[x] > クエリ:length[x]

別のキーワード

  1. _builtin name
  2. resolv each_name
  3. win32ole name
  4. openssl name
  5. net/imap name

検索結果

<< 1 2 3 ... > >>

Struct#length -> Integer (18113.0)

構造体のメンバの数を返します。

...に対して呼び
出す事を想定しています。Struct.new は Struct の下位クラスを作成する点に
注意してください。

//emlist[例][ruby]{
Customer = Struct.new(:name, :address, :zip)
joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345)
joe.length #=> 3
//}...

Win32::Registry#max_value_name_length (9205.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#descriptor_length (6105.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_key_length (6105.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#max_value_length (6105.0)

@todo

@todo

キー情報の個々の値を返します。

絞り込み条件を変える

Pathname#truncate(length) -> 0 (3123.0)

File.truncate(self.to_s, length) と同じです。

...File.truncate(self.to_s, length) と同じです。


@param length 変更したいサイズを整数で与えます。

@see File.truncate...

Struct#size -> Integer (3013.0)

構造体のメンバの数を返します。

...に対して呼び
出す事を想定しています。Struct.new は Struct の下位クラスを作成する点に
注意してください。

//emlist[例][ruby]{
Customer = Struct.new(:name, :address, :zip)
joe = Customer.new("Joe Smith", "123 Maple, Anytown NC", 12345)
joe.length #=> 3
//}...

Win32::Registry#num_keys (3005.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#num_values (3005.0)

@todo

@todo

キー情報の個々の値を返します。

Win32::Registry#wtime (3005.0)

@todo

@todo

キー情報の個々の値を返します。

絞り込み条件を変える

<< 1 2 3 ... > >>