るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. csv to_i
  5. matrix i

ライブラリ

オブジェクト

キーワード

検索結果

<< 1 2 3 ... > >>

io/console/size (38000.0)

端末のサイズを取得するための io/console のサブライブラリです。

...端末のサイズを取得するための io/console のサブライブラリです。...

RSS::ImageFaviconModel::ImageFavicon#size (33204.0)

@todo

@todo

RSS::RDF::Channel::ImageFavicon#size (30204.0)

@todo

@todo

Shell#size(file) -> Integer (27314.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#size FileTest.#size?...

Shell::CommandProcessor#size(file) -> Integer (27314.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#size FileTest.#size?...

絞り込み条件を変える

Shell::Filter#size(file) -> Integer (27314.0)

FileTest モジュールにある同名のクラスメソッドと同じです.

...FileTest モジュールにある同名のクラスメソッドと同じです.

@param file ファイル名を表す文字列を指定します。

@see FileTest.#size FileTest.#size?...

FileTest.#size(file) -> Integer (27313.0)

ファイルのサイズを返します。

...@param file ファイル名を表す文字列か IO オブジェクトを指定します。

@raise Errno::EXXX file が存在しない場合、あるいはシステムコールに失敗した場合に発生します。

@raise IOError 指定された IO オブジェクト file が既に close さ...
...れていた場合に発生します。

@see FileTest.#size?, FileTest.#zero?

例:
FileTest.size('/etc/passwd') # => 5925...

Net::FTP::MLSxEntry#size -> Integer|nil (27301.0)

エントリのサイズを返します。

...エントリのサイズを返します。

サイズ情報がない、もしくはサイズが意味をもたない(ディレクトリの場合など)
は nil を返します。...

File.size(path) -> Integer (27217.0)

FileTest.#size と同じです。

...FileTest.#size と同じです。

@param path パスを表す文字列か IO オブジェクトを指定します。...

REXML::Elements#size -> Integer (27213.0)

保持している要素の個数を返します。

...list[][ruby]{
require 'rexml/document'
doc = REXML::Document.new '<a>sean<b/>elliott<b/>russell<b/></a>'
# doc.root は3つの要素と3つのテキストノードを持つため、6を返す
doc.root.size # => 6
# そのうち要素は3つであるため、以下は3を返す
doc.root.el...
...ements.size # => 3
//}...

絞り込み条件を変える

Tempfile#size -> Integer (27213.0)

テンポラリファイルのサイズを返します。

...テンポラリファイルのサイズを返します。

require "tempfile"
tf = Tempfile.new("foo")
tf.print("bar,ugo")
p tf.size # => 7
tf.close
p tf.size # => 7...
<< 1 2 3 ... > >>