るりまサーチ

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

別のキーワード

  1. _builtin length
  2. set length
  3. stringio length
  4. sdbm length
  5. csv length

ライブラリ

クラス

検索結果

Symbol#empty? -> bool (18130.0)

自身が :"" (length が 0 のシンボル)かどうかを返します。

...自身が :"" (length が 0 のシンボル)かどうかを返します。

:"".empty? #=> true
:foo.empty? #=> false

@see String#empty?...