415件ヒット
[1-100件を表示]
(0.136秒)
別のキーワード
ライブラリ
- ビルトイン (139)
-
irb
/ cmd / load (12) - json (24)
- resolv (36)
- rss (132)
-
rubygems
/ config _ file (12) -
rubygems
/ source _ index (12) -
rubygems
/ spec _ fetcher (24) - win32ole (12)
クラス
- Binding (7)
-
Encoding
:: Converter (60) -
Encoding
:: InvalidByteSequenceError (36) -
Gem
:: ConfigFile (12) -
Gem
:: SourceIndex (12) -
Gem
:: SpecFetcher (24) -
IRB
:: ExtendCommand :: Source (12) -
JSON
:: Parser (12) - Method (12)
- Module (12)
-
RDoc
:: Options (12) -
RSS
:: Maker :: ItemsBase :: ItemBase (48) -
RSS
:: TrackBackModel10 :: TrackBackAbout (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Resolv
:: DNS :: Resource :: IN :: WKS (12) -
Resolv
:: DNS :: Resource :: MINFO (24) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (12)
モジュール
キーワード
- bitmap (12)
- categories (12)
-
const
_ source _ location (12) - convert (12)
-
dc
_ source (12) -
dc
_ source= (12) -
dc
_ sources (12) -
default
_ event _ sources (12) -
destination
_ encoding (12) - emailbx (12)
- enclosure (12)
- execute (12)
-
fetch
_ spec (12) - guid (12)
-
inline
_ source (12) - inspect (6)
-
load
_ specs (12) - parse (12)
-
primitive
_ convert (48) - resource (24)
- resource= (24)
- rmailbx (12)
-
source
_ encoding (12) -
source
_ encoding _ name (12) -
source
_ location (19) -
to
_ json _ raw _ object (12) -
to
_ s (6) - update (12)
-
update
_ sources (12)
検索結果
先頭5件
-
RSS
:: Maker :: ItemsBase :: ItemBase # source (21102.0) -
@todo
@todo -
RSS
:: TrackBackModel10 :: TrackBackAbout # resource (12101.0) -
@todo
@todo -
RSS
:: TrackBackModel10 :: TrackBackAbout # resource= (12101.0) -
@todo
@todo -
RSS
:: TrackBackModel10 :: TrackBackPing # resource (12101.0) -
@todo
@todo -
RSS
:: TrackBackModel10 :: TrackBackPing # resource= (12101.0) -
@todo
@todo -
UnboundMethod
# source _ location -> [String , Integer] | nil (9126.0) -
ソースコードのファイル名と行番号を配列で返します。
...ruby で定義されていない(つまりネイティブ
である)場合は nil を返します。
//emlist[例][ruby]{
require 'time'
Time.instance_method(:zone).source_location # => nil
Time.instance_method(:httpdate).source_location # => ["/Users/user/.rbenv/versions/2.4.3/lib/ruby/2.......4.0/time.rb", 654]
//}
@see Proc#source_location, Method#source_location... -
Binding
# source _ location -> [String , Integer] (9108.0) -
self の Ruby のソースファイル名と行番号を返します。
...self の Ruby のソースファイル名と行番号を返します。
d:spec/variables#pseudo の __FILE__ と __LINE__ も参照してください。
//emlist[例][ruby]{
p binding.source_location # => ["test.rb", 1]
//}... -
Encoding
:: InvalidByteSequenceError # source _ encoding -> Encoding (9108.0) -
エラーを発生させた変換の変換元のエンコーディングを Encoding オブジェクトで返します。
...エラーを発生させた変換の変換元のエンコーディングを Encoding
オブジェクトで返します。
@see Encoding::InvalidByteSequenceError#destination_encoding,
Encoding::UndefinedConversionError#source_encoding... -
Encoding
:: InvalidByteSequenceError # source _ encoding _ name -> Encoding (9108.0) -
エラーを発生させた変換の変換元のエンコーディングを文字列で返します。
...エラーを発生させた変換の変換元のエンコーディングを文字列で返します。
@see Encoding::InvalidByteSequenceError#source_encoding...