るりまサーチ

最速Rubyリファレンスマニュアル検索!
11件ヒット [1-11件を表示] (0.081秒)
トップページ > クエリ:String#tr[x] > クエリ:escape_html[x] > クエリ:escape[x] > クラス:LoadError[x]

別のキーワード

  1. cgi escape_html
  2. cgi escape_element
  3. cgi table_for_escape_html__
  4. shellwords escape
  5. cgi escape

ライブラリ

検索結果

LoadError#path -> String | nil (202.0)

Kernel.#require や Kernel.#load に失敗したパスを返します。

...Kernel.#require や Kernel.#load に失敗したパスを返します。

begin
require 'this/file/does/not/exist'
rescue LoadError => e
e.path # => 'this/file/does/not/exist'
end

パスが定まらない場合は nil を返します。...