るりまサーチ

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

別のキーワード

  1. rake desc
  2. kernel desc
  3. desc rake
  4. desc kernel

検索結果

<< < 1 2 3 4 ... > >>

Gem::Specification#description -> String (6101.0)

Gem パッケージの説明を返します。

Gem パッケージの説明を返します。

Net::IMAP::BodyTypeBasic#description -> String | nil (6101.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeMessage#description -> String | nil (6101.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Net::IMAP::BodyTypeText#description -> String | nil (6101.0)

Content-Description の値を文字列で返します。

...Content-Description の値を文字列で返します。

@see 2045...

Pathname#descend -> Enumerator (6101.0)

self のパス名の親から子供へと辿っていったときの各パス名を新しい Pathname オブジェクトとして生成し、ブロックへの引数として渡して実行しま す。 ブロックを省略した場合は Enumerator を返します。

...'pathname'

Pathname.new('/path/to/some/file.rb').descend {|v| p v}
# => #<Pathname:/>
# #<Pathname:/path>
# #<Pathname:/path/to>
# #<Pathname:/path/to/some>
# #<Pathname:/path/to/some/file.rb>

Pathname.new('path/to/some/file.rb').descend {|v| p v}
# => #<Pathname:path>
# #<Pathname...

絞り込み条件を変える

Pathname#descend {|pathname| ... } -> nil (6101.0)

self のパス名の親から子供へと辿っていったときの各パス名を新しい Pathname オブジェクトとして生成し、ブロックへの引数として渡して実行しま す。 ブロックを省略した場合は Enumerator を返します。

...'pathname'

Pathname.new('/path/to/some/file.rb').descend {|v| p v}
# => #<Pathname:/>
# #<Pathname:/path>
# #<Pathname:/path/to>
# #<Pathname:/path/to/some>
# #<Pathname:/path/to/some/file.rb>

Pathname.new('path/to/some/file.rb').descend {|v| p v}
# => #<Pathname:path>
# #<Pathname...

RSS::Maker::ChannelBase#description (6101.0)

@todo

@todo

RSS::Maker::ChannelBase#description=() (6101.0)

@todo

@todo

RSS::Maker::ImageBase#description (6101.0)

@todo

@todo
<< < 1 2 3 4 ... > >>