487件ヒット
[1-100件を表示]
(0.050秒)
別のキーワード
ライブラリ
- ビルトイン (57)
- e2mmap (18)
-
fiddle
/ import (48) - forwardable (60)
-
irb
/ cmd / chws (48) -
irb
/ cmd / subirb (36) -
irb
/ ext / save-history (24) -
irb
/ extend-command (12) - json (36)
- open-uri (52)
- openssl (24)
- optparse (12)
- socket (24)
クラス
- IO (24)
-
IRB
:: ExtendCommand :: ChangeWorkspace (12) -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (12) -
IRB
:: ExtendCommand :: Foreground (12) -
IRB
:: ExtendCommand :: Jobs (12) - Object (12)
- Regexp (12)
- Socket (12)
- UDPSocket (12)
モジュール
- Exception2MessageMapper (18)
-
Fiddle
:: Importer (48) - Forwardable (48)
-
IRB
:: ExtendCommandBundle (12) -
IRB
:: HistorySavingAbility (12) -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (12) - Kernel (8)
-
OpenSSL
:: Buffering (24) - OpenURI (12)
-
OpenURI
:: OpenRead (24) - URI (8)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - Arguable (12)
- ChangeWorkspace (12)
- CurrentWorkingWorkspace (12)
- EXTENDED (12)
- Fail (6)
- Foreground (12)
- HistorySavingAbility (12)
- Raise (6)
- SingleForwardable (12)
- Warning (9)
- bind (12)
-
def
_ delegator (12) -
def
_ instance _ delegator (12) - delegate (12)
- execute (48)
-
extend
_ object (6) - extended (12)
-
instance
_ delegate (12) -
irb
_ original _ method _ name (12) -
json
_ create (12) - open (28)
-
open
_ uri (12) -
rb
_ obj _ extend (12) - read (12)
-
read
_ nonblock (24) -
recvfrom
_ nonblock (24) -
ruby 1
. 6 feature (12) -
singleton
_ methods (12) - sizeof (12)
- struct (12)
- union (12)
-
write
_ nonblock (24)
検索結果
先頭5件
-
JSON
:: Ext :: Generator :: GeneratorMethods :: String :: Extend (24016.0) -
Alias of JSON::Generator::GeneratorMethods::String::Extend
...Alias of JSON::Generator::GeneratorMethods::String::Extend... -
JSON
:: Generator :: GeneratorMethods :: String :: Extend (24000.0) -
String に JSON で使用する特異メソッドを追加するためのモジュールです。
...String に JSON で使用する特異メソッドを追加するためのモジュールです。... -
Regexp
:: EXTENDED -> Integer (9200.0) -
バックスラッシュでエスケープされていない空白と # から改行までを無 視します。正規表現リテラルの //x オプションと同じ です。(空白を入れる場合は\でエスケープして\ (<-空白)と 指定します)
バックスラッシュでエスケープされていない空白と # から改行までを無
視します。正規表現リテラルの //x オプションと同じ
です。(空白を入れる場合は\でエスケープして\ (<-空白)と
指定します) -
IRB
:: HistorySavingAbility . extended(obj) -> object (9106.0) -
obj に irb のヒストリの読み込み、保存の機能を提供します。
...obj に irb のヒストリの読み込み、保存の機能を提供します。
obj を返します。
@param obj IRB::HistorySavingAbility を extend したオブジェクトです。... -
Exception2MessageMapper
. extend _ object(cl) -> () (9101.0) -
@todo
@todo
@param cl -
IRB
:: ExtendCommandBundle . irb _ original _ method _ name(method _ name) -> String (9100.0) -
method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ ラリ内部で使用します。
...method_name で指定したメソッドの irb 中でのエイリアスを返します。ライブ
ラリ内部で使用します。
@param method_name メソッド名を Symbol か文字列で指定します。
@see IRB::ExtendCommandBundle#install_alias_method... -
JSON
:: Generator :: GeneratorMethods :: String :: Extend . json _ create(hash) -> String (9100.0) -
JSON のオブジェクトから Ruby の文字列を生成して返します。
...のオブジェクトから Ruby の文字列を生成して返します。
@param hash キーとして "raw" という文字列を持ち、その値として数値の配列を持つハッシュを指定します。
require 'json'
String.json_create({"raw" => [0x41, 0x42, 0x43]}) # => "ABC"... -
IRB
:: ExtendCommand :: ChangeWorkspace (9000.0) -
irb 中の irb_change_workspace コマンドのための拡張を定義したクラスです。
...irb 中の irb_change_workspace コマンドのための拡張を定義したクラスです。... -
IRB
:: ExtendCommand :: CurrentWorkingWorkspace (9000.0) -
irb 中の irb_current_working_workspace コマンドのための拡張を定義したク ラスです。
...irb 中の irb_current_working_workspace コマンドのための拡張を定義したク
ラスです。...