るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.016秒)
トップページ > クラス:Object[x] > バージョン:2.5.0[x] > クエリ:trust[x] > クエリ:untrusted?[x]

別のキーワード

  1. openssl trust=
  2. store trust=
  3. x509 trust_email
  4. storecontext trust=
  5. openssl trust_email

ライブラリ

検索結果

Object#untrusted? -> bool (72625.0)

このメソッドは Ruby 2.1 から deprecated で、Ruby 3.2 で削除予定です。 Object#tainted? と同じ動作をします。

...このメソッドは Ruby 2.1 から deprecated で、Ruby 3.2 で削除予定です。
Object
#tainted? と同じ動作をします。


@see Object#trust,Object#untrust...