るりまサーチ

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

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. matrix t
  4. t61string new
  5. fiddle type_size_t

キーワード

検索結果

<< 1 2 3 ... > >>

Gem::UserInteraction#terminate_interaction(*args) -> () (33501.0)

アプリケーションを終了します。

...アプリケーションを終了します。

@param args 委譲先のメソッドに与える引数です。...

Shell::SystemCommand#terminate -> () (27401.0)

@todo

...@todo...

Shell::Filter#rm(*filename) -> Integer (27302.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.delete...

JSON::Generator::GeneratorMethods::String#to_json_raw -> String (27201.0)

自身に対して JSON::Generator::GeneratorMethods::String#to_json_raw_object を呼び出して JSON::Generator::GeneratorMethods::Hash#to_json した結果を返します。

...自身に対して JSON::Generator::GeneratorMethods::String#to_json_raw_object を呼び出して JSON::Generator::GeneratorMethods::Hash#to_json した結果を返します。

@see JSON::Generator::GeneratorMethods::String#to_json_raw_object, JSON::Generator::GeneratorMethods::Hash#to_json...

JSON::Generator::GeneratorMethods::String#to_json_raw_object -> Hash (27201.0)

生の文字列を格納したハッシュを生成します。

...UTF-8 の文字列ではなく生の文字列を JSON に変換する場合に使用してください。

r
equire 'json'
"にほんご".encode("euc-jp").to_json_raw_object
# => {"json_class"=>"String", "raw"=>[164, 203, 164, 219, 164, 243, 164, 180]}
"にほんご".encode("euc-jp").to_json...
...# source sequence is illegal/malformed (JSON::GeneratorError)...

絞り込み条件を変える

Gem::StreamUI#terminate_interaction(status = 0) -> () (24501.0)

アプリケーションを終了します。

...アプリケーションを終了します。

@param status 終了ステータスを指定します。デフォルトは 0 (成功) です。

@raise Gem::SystemExitException このメソッドを呼び出すと必ず発生する例外です。...

Shell::ProcessController#terminate_job(command) (24401.0)

指定されたコマンドを終了します。

...指定されたコマンドを終了します。

@param command コマンドを指定します。...

Shell::CommandProcessor#rm(*filename) -> Integer (24302.0)

File クラスにある同名のクラスメソッドと同じです.

...File クラスにある同名のクラスメソッドと同じです.

@param filename ファイル名を表す文字列を指定します。

@see File.delete...

JSON::Generator::GeneratorMethods::Array#to_json(state_or_hash = nil) -> String (24201.0)

自身から生成した JSON 形式の文字列を返します。

...@param state_or_hash 生成する JSON 形式の文字列をカスタマイズするため
に JSON::State のインスタンスか、
JSON::State.new の引数と同じ Hash を
指定します。

//emlist[例][ruby]{
r
equire "json"...
...[1, 2, 3].to_json # => "[1,2,3]"
//}...

Logger::Formatter#datetime_format=(format) (21501.0)

ログの日時フォーマットをセットします。

...@param format 日時のフォーマット文字列。Time#strftime で使用するフォーマット文字列と
同じものを使用できます。

//emlist[例][ruby]{
r
equire 'logger'

formatter = Logger::Formatter.new
formatter.datetime_format # => nil
formatter.datetime_format =...
...'%Y-%m-%d %H:%M:%S' # => "%Y-%m-%d %H:%M:%S"
formatter.datetime_format # => "%Y-%m-%d %H:%M:%S"
//}

@see Time#strftime...

絞り込み条件を変える

Gem::SourceInfoCache#search_with_source(pattern, only_platform = false, all = false) -> Array (21401.0)

与えられた条件を満たす Gem::Specification と URL のリストを返します。

...cation と URL のリストを返します。

@param pattern 検索したい Gem を表す Gem::Dependency のインスタンスを指定します。

@param only_platform 真を指定するとプラットフォームが一致するもののみを返します。デフォルトは偽です。

@para...
...m all 真を指定するとキャッシュを更新してから検索を実行します。

@return 第一要素を Gem::Specification、第二要素を取得元の URL とする配列を要素とする配列を返します。...
<< 1 2 3 ... > >>