るりまサーチ (Ruby 2.3.0)

最速Rubyリファレンスマニュアル検索!
101件ヒット [101-101件を表示] (0.087秒)

別のキーワード

  1. _builtin to_s
  2. openssl to_der
  3. openssl to_s
  4. _builtin to_a
  5. openssl to_pem

キーワード

検索結果

<< < 1 2 >>

UnboundMethod#inspect -> String (13.0)

self を読みやすい文字列として返します。

self を読みやすい文字列として返します。

詳しくは Method#inspect を参照してください。

//emlist[例][ruby]{
String.instance_method(:count).inspect # => "#<UnboundMethod: String#count>"
//}

@see Method#inspect
<< < 1 2 >>