るりまサーチ

最速Rubyリファレンスマニュアル検索!
1581件ヒット [101-200件を表示] (0.059秒)
トップページ > クエリ:test[x] > クエリ:string[x]

別のキーワード

  1. kernel test
  2. _builtin test
  3. rubygems/test_utilities tempio
  4. rubygems/test_utilities fetcher=
  5. testtask test_files=

オブジェクト

キーワード

検索結果

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

String#encoding -> Encoding (9006.0)

文字列のエンコーディング情報を表現した Encoding オブジェクトを返します。

...列のエンコーディング情報を表現した Encoding オブジェクトを返します。

//emlist[例][ruby]{
# encoding: utf-8
utf8_str = "test"
euc_str = utf8_str.encode("EUC-JP")
utf8_str.encoding # => #<Encoding:UTF-8>
euc_str.encoding # => #<Encoding:EUC-JP>
//}

@see Encoding...

Gem::Specification#test_file -> String (6218.0)

Gem::Specification#test_files の単数バージョンです。

...Gem::Specification#test_files の単数バージョンです。...

Gem::Specification#test_suite_file -> String (6218.0)

この属性は非推奨です。 Gem::Specification#test_files を使用してください。

...この属性は非推奨です。 Gem::Specification#test_files を使用してください。...

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

ユニットテストのファイルのリストを返します。

ユニットテストのファイルのリストを返します。

Gem::SourceInfoCache#latest_cache_file -> String (6201.0)

使用可能な最新のキャッシュファイル名を返します。

使用可能な最新のキャッシュファイル名を返します。

システムキャッシュが使用可能な場合はシステムキャッシュのファイル名を返します。
そうでない場合はユーザーキャッシュのファイル名を返します。

@see Gem::SourceInfoCache#cache_file

絞り込み条件を変える

Gem::SourceInfoCache#latest_system_cache_file -> String (6201.0)

最新のシステムキャッシュのファイル名を返します。

最新のシステムキャッシュのファイル名を返します。

Gem::SourceInfoCache#latest_user_cache_file -> String (6201.0)

最新のユーザーキャッシュのファイル名を返します。

最新のユーザーキャッシュのファイル名を返します。

Gem::SourceInfoCache.latest_system_cache_file -> String (6201.0)

最新のシステムキャッシュのファイル名を返します。

最新のシステムキャッシュのファイル名を返します。

Gem::SourceInfoCache.latest_user_cache_file -> String (6201.0)

最新のユーザーキャッシュのファイル名を返します。

最新のユーザーキャッシュのファイル名を返します。
<< < 1 2 3 4 ... > >>