るりまサーチ

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

別のキーワード

  1. streamui ins
  2. rubygems/user_interaction ins
  3. ins_methods_i
  4. ins gem::streamui

キーワード

検索結果

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

Gem::Uninstaller#uninstall (9101.0)

Gem をアンインストールします。

Gem をアンインストールします。

スペックファイルやキャッシュも削除します。

Gem::Uninstaller#uninstall_gem(spec, specs) (9101.0)

与えられた spec に対応する Gem をアンインストールします。

与えられた spec に対応する Gem をアンインストールします。

@param spec アンインストール指定されている Gem の Gem::Specification を指定します。

@param specs アンインストールする Gem のリストを指定します。
このパラメータは破壊的に変更されます。

IRB::Inspector#inspect_value(v) -> () (9101.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。

RubyVM::InstructionSequence#inspect -> String (9101.0)

self の情報をラベルとパスを含んだ人間に読みやすい文字列にして返します。

...んだ人間に読みやすい文字列にして返します。

//emlist[例][ruby]{
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
iseq.inspect # => "<RubyVM::InstructionSequence:<compiled>@<compiled>>"
//}

@see RubyVM::InstructionSequence#label,
RubyVM::InstructionSequence#path...

REXML::Element#instructions -> [REXML::Instraction] (6201.0)

すべての instruction 子ノードの配列を返します。

...すべての instruction 子ノードの配列を返します。

返される配列は freeze されます。...

絞り込み条件を変える

REXML::StreamListener#instruction(name, instruction) -> () (6201.0)

XML処理命令(PI)をパースしたときに呼び出されるコールバックメソッドです。

...name ターゲット名が文字列で渡されます
@param instruction 処理命令の内容が文字列で渡されます

=== 例
<?xml-stylesheet type="text/css" href="style.css"?>
というPIに対し
name: "xml-stylesheet"
ins
truction: " type=\"text/css\" href=\"style.css\""
という...

TracePoint#instruction_sequence -> RubyVM::InstructionSequence (6201.0)

script_compiledイベント発生時にコンパイルされた RubyVM::InstructionSequenceインスタンスを返します。

...pt_compiledイベント発生時にコンパイルされた
RubyVM::InstructionSequenceインスタンスを返します。

//emlist[例][ruby]{
TracePoint.new(:script_compiled) do |tp|
p tp.instruction_sequence # => <RubyVM::InstructionSequence:block in <main>@(eval):1>
end.enable do
eval("put...

ACL#install_list(list) -> () (6101.0)

ACL に list で指定したエントリーを追加します。

...ACL に list で指定したエントリーを追加します。

require "drb/acl"
acl = ACL.new
acl.install_list(["deny", "192.168.1.45"])

@param list 追加するエントリー...

ARGF.class#inspect -> String (6101.0)

常に文字列 "ARGF" を返します。

常に文字列 "ARGF" を返します。

Addrinfo#inspect_sockaddr -> String (6101.0)

アドレスやポート番号などの情報を人間に読める形の文字列で返します。

...などの情報を人間に読める形の文字列で返します。

require 'socket'

Addrinfo.tcp("localhost", 80).inspect_sockaddr #=> "127.0.0.1:80"
Addrinfo.tcp("ip6-localhost", 80).inspect_sockaddr #=> "[::1]:80"
Addrinfo.unix("/tmp/sock").inspect_sockaddr #=> "/tmp/sock"...

絞り込み条件を変える

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