るりまサーチ

最速Rubyリファレンスマニュアル検索!
403件ヒット [1-100件を表示] (0.014秒)
トップページ > クエリ:notimplementederror[x] > 種類:特異メソッド[x]

別のキーワード

  1. _builtin notimplementederror
  2. gets notimplementederror
  3. fcntl notimplementederror
  4. print notimplementederror
  5. notimplementederror _builtin

検索結果

<< 1 2 3 ... > >>

File.birthtime(filename) -> Time (7.0)

作成された時刻を返します。

...オブジェクトを指定します。

@raise Errno::EXXX ファイルの時刻の取得に失敗した場合に発生します。

@raise NotImplementedError Windows のような birthtime のない環境で発生します。

//emlist[例][ruby]{
File.birthtime("testfile") #=> Wed Apr 09 08:5...

File.lchmod(mode, *filename) -> Integer (7.0)

File.chmod と同様ですが、シンボリックリンクに関してリンクそのものの モードを変更します。

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

@param mode chmod(2) と同様に整数で指定します。

@raise NotImplementedError lchmod(2) を実装していないシステムでこのメソッドを呼び出すと発生します。

@raise Errno::EXXX モードの変...

File.lchown(owner, group, *filename) -> Integer (7.0)

File#chown と同様ですが、 シンボリックリンクに関してリンクそのもののオーナー、 グループを変更します。

...値で指定します。nil または -1 を指定することで、グループを現在のままにすることができます。

@raise NotImplementedError lchown(2) を実装していないシステムでこのメソッドを呼び出すと発生します。

//emlist[例][ruby]{
IO.write("test...

Process.fork -> Integer | nil (7.0)

子プロセスを生成します。関数 Kernel.#fork と同じです。

...子プロセスを生成します。関数 Kernel.#fork と同じです。

@raise NotImplementedError メソッドが現在のプラットフォームで実装されていない場合に発生します。

@see fork(2)...

Process.fork { ... } -> Integer | nil (7.0)

子プロセスを生成します。関数 Kernel.#fork と同じです。

...子プロセスを生成します。関数 Kernel.#fork と同じです。

@raise NotImplementedError メソッドが現在のプラットフォームで実装されていない場合に発生します。

@see fork(2)...

絞り込み条件を変える

Process.spawn(cmd, *arg) -> Integer (7.0)

関数 Kernel.#spawn と同じです。

...関数 Kernel.#spawn と同じです。

@param cmd Kernel.#spawn と同じです。

@param arg Kernel.#spawn と同じです。

@raise NotImplementedError メソッドが現在のプラットフォームで実装されていない場合に発生します。...

Readline.basic_quote_characters -> String (7.0)

スペースなどの単語の区切りをクオートするための 複数の文字で構成される文字列を取得します。

...スペースなどの単語の区切りをクオートするための
複数の文字で構成される文字列を取得します。

@raise NotImplementedError サポートしていない環境で発生します。

@see Readline.basic_quote_characters=...

Readline.basic_quote_characters=(string) (7.0)

スペースなどの単語の区切りをクオートするための 複数の文字で構成される文字列 string を指定します。

...複数の文字で構成される文字列 string を指定します。

GNU Readline のデフォルト値は、「"'」です。

@param string 文字列を指定します。

@raise NotImplementedError サポートしていない環境で発生します。

@see Readline.basic_quote_characters...

Readline.basic_word_break_characters -> String (7.0)

ユーザの入力の補完を行う際、 単語の区切りを示す複数の文字で構成される文字列を取得します。

...ユーザの入力の補完を行う際、
単語の区切りを示す複数の文字で構成される文字列を取得します。

@raise NotImplementedError サポートしていない環境で発生します。

@see Readline.basic_word_break_characters=...
<< 1 2 3 ... > >>