るりまサーチ

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

別のキーワード

  1. string []=
  2. string []
  3. string slice
  4. string slice!
  5. string gsub

キーワード

検索結果

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

OpenSSL::SSL::SSLContext#session_id_context -> String | nil (9202.0)

セッション ID コンテキスト文字列を返します。

...セッション ID コンテキスト文字列を返します。

設定されていない場合は nil を返します。

@see OpenSSL::SSL::Session,
OpenSSL::SSL::SSLContext#session_id_context=...

String#pathmap(spec = nil) { ... } -> String (9114.0)

与えられた書式指定文字列に応じてパス(自身)を変換します。

...athmap("%{^src,bin}X.class")
#=> "bin/org/onestepback/proj/A.class"

置換文字列に '*' を指定した場合は、置換文字列を計算するためにブロックを評価します。

例:

"/path/to/file.TXT".pathmap("%X%{.*,*}x") { |ext| ext.downcase }
#=> "/path/to/file.txt"...

StringIO#external_encoding -> Encoding (9101.0)

現在の外部エンコーディングを返します。

現在の外部エンコーディングを返します。

RDoc::Options#extra_accessor_flags -> {String => String} (6303.0)

コマンドライン引数の --accessor オプションで指定したアクセサがキー、ア クセサの種類が値のハッシュを返します。

コマンドライン引数の --accessor オプションで指定したアクセサがキー、ア
クセサの種類が値のハッシュを返します。

値は r、w、rw のいずれかです。それぞれ attr_reader、attr_writer、
attr_accessor に対応します。

URI::MailTo#to_mailtext -> String (6203.0)

URI オブジェクトからメールテキスト文字列を生成します。

...成します。

例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext

=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscri...

絞り込み条件を変える

URI::MailTo#to_rfc822text -> String (6203.0)

URI オブジェクトからメールテキスト文字列を生成します。

...成します。

例:
require 'uri'
p mailto = URI.parse("mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr")
print mailto.to_mailtext

=> #<URI::MailTo:0x20104a0e URL:mailto:ruby-list@ruby-lang.org?subject=subscribe&cc=myaddr>
To: ruby-list@ruby-lang.org
Subject: subscri...

Gem::Installer#app_script_text -> String (6202.0)

アプリケーションのための実行ファイルの雛形のテキストを返します。

アプリケーションのための実行ファイルの雛形のテキストを返します。

Gem::Specification#extensions -> [String] (6202.0)

拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。

...拡張ライブラリをコンパイルするために必要な extconf.rb 形式のファイルのリストを返します。...

Gem::Specification#extra_rdoc_files -> [String] (6202.0)

RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。

RDoc でドキュメントを作成する際に使用する特別なファイルのリストを返します。
<< < 1 2 3 4 5 ... > >>