630件ヒット
[201-300件を表示]
(0.076秒)
別のキーワード
ライブラリ
- ビルトイン (96)
- e2mmap (12)
-
fiddle
/ import (72) - forwardable (48)
-
irb
/ cmd / chws (24) -
irb
/ cmd / help (12) -
irb
/ cmd / load (36) -
irb
/ cmd / nop (24) -
irb
/ cmd / pushws (36) -
irb
/ cmd / subirb (48) -
irb
/ ext / use-loader (24) -
irb
/ extend-command (36) - monitor (12)
-
mutex
_ m (12) - open-uri (36)
- openssl (48)
- socket (48)
- sync (6)
クラス
- IO (24)
-
IRB
:: ExtendCommand :: ChangeWorkspace (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
IRB
:: ExtendCommand :: Foreground (12) -
IRB
:: ExtendCommand :: Help (12) -
IRB
:: ExtendCommand :: IrbCommand (12) -
IRB
:: ExtendCommand :: Jobs (12) -
IRB
:: ExtendCommand :: Kill (12) -
IRB
:: ExtendCommand :: Load (12) -
IRB
:: ExtendCommand :: Nop (24) -
IRB
:: ExtendCommand :: PopWorkspace (12) -
IRB
:: ExtendCommand :: PushWorkspace (12) -
IRB
:: ExtendCommand :: Require (12) -
IRB
:: ExtendCommand :: Source (12) -
IRB
:: ExtendCommand :: Workspaces (12) - Module (24)
- Object (48)
-
OpenSSL
:: SSL :: SSLSocket (24) - Socket (24)
- UDPSocket (12)
- UNIXServer (12)
モジュール
- Exception2MessageMapper (12)
-
Fiddle
:: Importer (72) - Forwardable (48)
-
IRB
:: ExtendCommandBundle (60) - MonitorMixin (12)
-
Mutex
_ m (12) -
OpenSSL
:: Buffering (24) -
OpenURI
:: OpenRead (36) -
Sync
_ m (6)
キーワード
- Fail (6)
- Raise (6)
-
accept
_ nonblock (24) - bind (12)
-
connect
_ nonblock (24) -
create
_ value (12) -
def
_ delegator (12) -
def
_ instance _ delegator (12) - delegate (12)
- execute (168)
-
extend
_ object (12) - extended (12)
-
install
_ alias _ method (12) -
instance
_ delegate (12) -
irb
_ context (24) -
irb
_ exit (12) -
irb
_ load (12) -
irb
_ require (12) -
is
_ a? (12) -
kind
_ of? (12) -
mon
_ enter (12) -
mu
_ extended (12) - open (24)
- read (12)
-
read
_ nonblock (24) -
recvfrom
_ nonblock (24) -
singleton
_ methods (12) - sizeof (12)
- struct (12)
-
sync
_ extend (6) - union (12)
- value (12)
-
write
_ nonblock (24)
検索結果
先頭5件
- IRB
:: ExtendCommand :: Require # execute(file _ name) -> bool - IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil - IRB
:: ExtendCommand :: Workspaces # execute(*obj) -> [IRB :: WorkSpace] - IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE) - IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context
-
IRB
:: ExtendCommand :: Require # execute(file _ name) -> bool (3001.0) -
ファイル file_name を現在の irb インタプリタ上で実行します。
ファイル file_name を現在の irb インタプリタ上で実行します。
file_name に Ruby スクリプトを指定した場合は、Kernel.#require と異
なり、file_name の内容を irb で一行ずつタイプしたかのように、irb 上で一
行ずつ評価されます。require に成功した場合は true を、そうでない場合は
false を返します。
拡張ライブラリ(*.so,*.o,*.dll など)を指定した場合は単純に require され
ます。
@param file_name ファイル名を文字列で指定します。 -
IRB
:: ExtendCommand :: Source # execute(file _ name) -> nil (3001.0) -
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
現在の irb インタプリタ上で、 Ruby スクリプト path を評価します。
path の内容を irb で一行ずつタイプしたかのように、irb 上で一行ずつ評価
されます。$" は更新されず、何度でも実行し直す事ができます。
@param file_name ファイル名を文字列で指定します。 -
IRB
:: ExtendCommand :: Workspaces # execute(*obj) -> [IRB :: WorkSpace] (3001.0) -
現在のワークスペースの一覧を返します。
現在のワークスペースの一覧を返します。
@param obj 使用しません。 -
IRB
:: ExtendCommandBundle # install _ alias _ method(to , from , override = NO _ OVERRIDE) (3001.0) -
メソッドのエイリアスを定義します。ライブラリ内部で使用します。
...のメソッドを
上書きするかどうかを
IRB::ExtendCommandBundle::NO_OVERRIDE、
IRB::ExtendCommandBundle::OVERRIDE_PRIVATE_ONLY、
IRB::ExtendCommandBundle::OVERRIDE_ALL のいずれか
で指定します。... -
IRB
:: ExtendCommandBundle # irb _ context -> IRB :: Context (3001.0) -
現在の irb に関する IRB::Context を返します。
現在の irb に関する IRB::Context を返します。 -
IRB
:: ExtendCommandBundle # irb _ exit(ret = 0) -> object (3001.0) -
irb を終了します。ret で指定したオブジェクトを返します。
irb を終了します。ret で指定したオブジェクトを返します。
@param ret 戻り値を指定します。
ユーザが直接使用するものではありません。 -
IRB
:: ExtendCommandBundle # irb _ load(*opts , &b) -> nil (3001.0) -
現在の irb に関する IRB::Context に対して irb_load コマンドを実行 します。
...現在の irb に関する IRB::Context に対して irb_load コマンドを実行
します。
@see IRB::ExtendCommand::Load#execute... -
IRB
:: ExtendCommandBundle # irb _ require(*opts , &b) -> bool (3001.0) -
現在の irb に関する IRB::Context に対して irb_require コマンドを 実行します。
...現在の irb に関する IRB::Context に対して irb_require コマンドを
実行します。
@see IRB::ExtendCommand::Require#execute... -
OpenURI
:: OpenRead # read(options = {}) -> String (17.0) -
自身が表す内容を読み込んで文字列として返します。 self.open(options={}) {|io| io.read } と同じです。 このメソッドによって返される文字列は OpenURI::Meta によって extend されています。
...す。
self.open(options={}) {|io| io.read } と同じです。
このメソッドによって返される文字列は OpenURI::Meta
によって extend されています。
@param options ハッシュを与えます。
require 'open-uri'
uri = URI.parse('http://www.example.com/')
str = uri...