るりまサーチ (Ruby 2.2.0)

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

別のキーワード

  1. erb result
  2. _builtin result
  3. coverage result
  4. coverage peek_result
  5. erb result_with_hash

ライブラリ

クラス

モジュール

キーワード

検索結果

Win32::Registry::API.#check(result) (45607.0)

@todo

@todo

FileUtils#sh(*cmd) {|result, status| ... } (322.0)

与えられたコマンドを実行します。

与えられたコマンドを実行します。

与えられた引数が複数の場合、シェルを経由しないでコマンドを実行します。

@param cmd 引数の解釈に関しては Kernel.#exec を参照してください。


例:
sh %{ls -ltr}

sh 'ls', 'file with spaces'

# check exit status after command runs
sh %{grep pattern file} do |ok, res|
if ! ok
puts "pattern not found (status = #...

Object#===(other) -> bool (109.0)

case 式で使用されるメソッドです。d:spec/control#case も参照してください。

case 式で使用されるメソッドです。d:spec/control#case も参照してください。

このメソッドは case 式での振る舞いを考慮して、
各クラスの性質に合わせて再定義すべきです。

デフォルトでは内部で Object#== を呼び出します。

when 節の式をレシーバーとして === を呼び出すことに注意してください。

また Enumerable#grep でも使用されます。

@param other 比較するオブジェクトです。

//emlist[][ruby]{
age = 12
# (0..2).===(12), (3..6).===(12), ... が実行...

OpenSSL::SSL::SSLSocket (37.0)

ソケットをラップして SSL での認証と暗号通信を実現するためのクラスです。

ソケットをラップして SSL での認証と暗号通信を実現するためのクラスです。


=== 例

SSL/TLS サーバに接続して write します。

require 'socket'
require 'openssl'
include OpenSSL

ctx = SSL::SSLContext.new
ctx.set_params(verify_mode: OpenSSL::SSL::VERIFY_PEER, verify_hostname: true)

soc = TCPSocket.new('www.example.com', 443)
ssl ...

Win32::Registry::API.#CloseKey(hkey) (7.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#CreateKey(hkey, name, opt, desired) (7.0)

@todo

@todo

Win32::Registry::API.#DeleteKey(hkey, name) (7.0)

@todo

@todo

Win32::Registry::API.#DeleteValue(hkey, name) (7.0)

@todo

@todo

Win32::Registry::API.#EnumKey(hkey, index) (7.0)

@todo

@todo

Win32::Registry::API.#EnumValue(hkey, index) (7.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#FlushKey(hkey) (7.0)

@todo

@todo

Win32::Registry::API.#OpenKey(hkey, name, opt, desired) (7.0)

@todo

@todo

Win32::Registry::API.#QueryInfoKey(hkey) (7.0)

@todo

@todo

Win32::Registry::API.#QueryValue(hkey, name) (7.0)

@todo

@todo

Win32::Registry::API.#SetValue(hkey, name, type, data, size) (7.0)

@todo

@todo

絞り込み条件を変える

Win32::Registry::API.#packdw(dw) (7.0)

@todo

@todo

Win32::Registry::API.#packqw(qw) (7.0)

@todo

@todo

Win32::Registry::API.#unpackdw(dw) (7.0)

@todo

@todo

Win32::Registry::API.#unpackqw(qw) (7.0)

@todo

@todo