1339件ヒット
[1-100件を表示]
(0.110秒)
ライブラリ
- ビルトイン (139)
-
irb
/ cmd / load (12) - rake (12)
- resolv (336)
- rss (288)
-
rubygems
/ config _ file (24) -
rubygems
/ dependency _ installer (12) -
rubygems
/ indexer (12) -
rubygems
/ remote _ fetcher (12) -
rubygems
/ source _ index (144) -
rubygems
/ source _ info _ cache (204) -
rubygems
/ source _ info _ cache _ entry (12) -
rubygems
/ spec _ fetcher (12) - socket (24)
- un (36)
- win32ole (24)
クラス
- Binding (7)
-
Encoding
:: Converter (48) -
Encoding
:: InvalidByteSequenceError (36) -
Gem
:: ConfigFile (24) -
Gem
:: DependencyInstaller (12) -
Gem
:: Indexer (12) -
Gem
:: RemoteFetcher (12) -
Gem
:: SourceIndex (144) -
Gem
:: SourceInfoCache (204) -
Gem
:: SourceInfoCacheEntry (12) -
Gem
:: SpecFetcher (12) -
IRB
:: ExtendCommand :: Source (12) - Method (12)
- Module (12)
- Proc (12)
-
RDoc
:: Options (12) -
RSS
:: ImageItemModel :: ImageItem (24) -
RSS
:: Maker :: ItemsBase :: ItemBase (12) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Source (24) -
RSS
:: RDF :: Channel :: Image (24) -
RSS
:: RDF :: Channel :: Items (12) -
RSS
:: RDF :: Channel :: Textinput (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: Item :: Source (48) -
RSS
:: TaxonomyTopicsModel :: TaxonomyTopics (12) -
RSS
:: TrackBackModel10 :: TrackBackAbout (24) -
RSS
:: TrackBackModel10 :: TrackBackPing (24) -
Resolv
:: DNS (36) -
Resolv
:: DNS :: Resource :: DomainName (12) -
Resolv
:: DNS :: Resource :: HINFO (24) -
Resolv
:: DNS :: Resource :: IN :: A (12) -
Resolv
:: DNS :: Resource :: IN :: AAAA (12) -
Resolv
:: DNS :: Resource :: IN :: SRV (48) -
Resolv
:: DNS :: Resource :: IN :: WKS (36) -
Resolv
:: DNS :: Resource :: MINFO (24) -
Resolv
:: DNS :: Resource :: MX (24) -
Resolv
:: DNS :: Resource :: SOA (84) -
Resolv
:: DNS :: Resource :: TXT (24) -
Socket
:: UDPSource (24) - UnboundMethod (12)
-
WIN32OLE
_ TYPE (24)
モジュール
- DublinCoreModel (36)
-
Gem
:: LocalRemoteOptions (24) - Kernel (48)
キーワード
-
add
_ source _ option (12) -
add
_ update _ sources _ option (12) - address (36)
- bitmap (12)
-
cache
_ file (12) -
collect
_ specs (12) -
const
_ source _ location (12) - content (12)
- content= (12)
- cp (12)
- cpu (12)
- data (12)
-
dc
_ source (12) -
dc
_ source= (12) -
dc
_ sources (12) -
default
_ event _ sources (12) -
destination
_ encoding (12) - download (12)
- each (12)
-
each
_ resource (12) - emailbx (12)
- enclosure (12)
- exchange (12)
- execute (12)
- expire (12)
-
find
_ gems _ with _ sources (12) -
find
_ name (12) - flush (12)
-
gem
_ signature (12) - getresource (12)
- getresources (12)
-
inline
_ source (12) - install (12)
-
latest
_ cache _ data (12) -
latest
_ cache _ file (12) -
latest
_ specs (12) -
latest
_ system _ cache _ file (12) -
latest
_ user _ cache _ file (12) - length (12)
-
load
_ gems _ in (12) -
load
_ specs (12) -
local
_ address (12) - minimum (12)
- mname (12)
- mv (12)
- name (12)
- os (12)
- port (12)
- preference (12)
-
primitive
_ convert (48) - priority (12)
- protocol (12)
-
read
_ all _ cache _ data (12) -
read
_ cache _ data (12) - refresh (36)
- refresh! (12)
-
remove
_ spec (12) - reply (12)
-
reset
_ cache _ file (12) -
reset
_ cache _ for (12) - resource (60)
- resource= (60)
- resources (24)
- retry (12)
- rmailbx (12)
- rname (12)
- rule (12)
- search (24)
-
search
_ with _ source (12) - serial (12)
- size (12)
- source= (12)
-
source
_ encoding (12) -
source
_ encoding _ name (12) -
source
_ location (43) -
source
_ ole _ types (12) - specification (12)
- strings (12)
-
system
_ cache _ file (12) - target (12)
-
try
_ file (12) - update (12)
-
update
_ sources (12) -
update
_ sources= (12) - url (24)
- url= (24)
-
user
_ cache _ file (12) - weight (12)
-
write
_ cache (12)
検索結果
先頭5件
-
RSS
:: Rss :: Channel :: Item # source (21103.0) -
@todo
@todo -
WIN32OLE
_ TYPE # source _ ole _ types -> [WIN32OLE _ TYPE] (15314.0) -
型が持つソースインターフェイスを取得します。
...型が持つソースインターフェイスを取得します。
source_ole_typesメソッドは、selfがCoClass(コンポーネントクラス)の場合、
そのクラスがサポートするすべてのソースインターフェイス(イベントの通知
元となるインターフ......にイベント(WIN32OLE_EVENT)をサポートし
ているコンポーネントクラスの場合は、このメソッドの呼び出しによりイベン
トインターフェイスを調べることが可能です。
@return ソースインターフェイスをWIN32OLE_TYPEの配列として......返します。
ソースインターフェイスを持たない場合は空配列を返します。
tobj = WIN32OLE_TYPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.source_ole_types.map {|intf| intf.name} #=> ["DocEvents"]... -
Module
# const _ source _ location(name , inherited = true) -> [String , Integer] (12268.0) -
name で指定した定数の定義を含むソースコードのファイル名と行番号を配列で返します。
...号を配列で返します。
@param name Symbol,String で定数の名前を指定します。
@param inherited true を指定するとスーパークラスや include したモジュールで定義された定数が対象にはなります。false を指定した場合 対象にはなりませ......nil を返します。
定数は見つかったがソースファイルが見つからなかった場合は空の配列を返します。
//emlist[例][ruby]{
# test.rb:
class A # line 1
C1 = 1
C2 = 2
end
module M # line 6
C3 = 3
end
class B < A # line 10
includ......end
class A # 継続して A を定義する
C2 = 8 # 定数を再定義する
end
p B.const_source_location('C4') # => ["test.rb", 12]
p B.const_source_location('C3') # => ["test.rb", 7]
p B.const_source_location('C1') # => ["test.rb", 2]
p B.const_source_locatio... -
Proc
# source _ location -> [String , Integer] | nil (12232.0) -
ソースコードのファイル名と行番号を配列で返します。
...は nil を返します。
//emlist[例][ruby]{
# /path/to/target.rb を実行
proc {}.source_location # => ["/path/to/target.rb", 1]
proc {}.source_location # => ["/path/to/target.rb", 2]
(eval "proc {}").source_location # => ["(eval)", 1]
method(:p).to_proc.source_locatio......n # => nil
//}
@see Method#source_location... -
UnboundMethod
# source _ location -> [String , Integer] | nil (12226.0) -
ソースコードのファイル名と行番号を配列で返します。
...は 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... -
Method
# source _ location -> [String , Integer] | nil (12220.0) -
ソースコードのファイル名と行番号を配列で返します。
...il を返します。
@see Proc#source_location
//emlist[例][ruby]{
# ------- /tmp/foo.rb ---------
class Foo
def foo; end
end
# ----- end of /tmp/foo.rb ----
require '/tmp/foo'
m = Foo.new.method(:foo) # => #<Method: Foo#foo>
m.source_location # => ["/tmp/foo.rb", 2]
method(:puts).source_lo......cation # => nil
//}... -
RDoc
:: Options # inline _ source -> bool (12218.0) -
コマンドライン引数の --inline-source オプションか --one-file を指定して いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま す。そうでない場合は false を返します。
...コマンドライン引数の --inline-source オプションか --one-file を指定して
いた場合、もしくは --fmt オプションに xml 指定した場合に true を返しま
す。そうでない場合は false を返します。... -
WIN32OLE
_ TYPE # default _ event _ sources -> [WIN32OLE _ TYPE] (12213.0) -
型が持つソースインターフェイスを取得します。
...型が持つソースインターフェイスを取得します。
default_event_sourcesメソッドは、selfがCoClass(コンポーネントクラス)
の場合、そのクラスがサポートするデフォルトのソースインターフェイス(イ
ベントの通知元となるイン......LE_TYPEの配列と
して返します。返すのは配列ですが、デフォルトのソースインターフェ
イスは最大でも1インターフェイスです。ソースインターフェイスを持
たない場合は空配列を返します。
tobj = WIN32OL......E_TYPE.new('Microsoft Excel 14.0 Object Library', 'Worksheet')
tobj.default_event_sources.map {|intf| intf.name} #=> ["DocEvents"]
WIN32OLE_EVENT.newでインターフェイス名を指定しない場合は、ここで
返されたインターフェイスが選択されます。
次のサンプ... -
Binding
# source _ location -> [String , Integer] (12208.0) -
self の Ruby のソースファイル名と行番号を返します。
...self の Ruby のソースファイル名と行番号を返します。
d:spec/variables#pseudo の __FILE__ と __LINE__ も参照してください。
//emlist[例][ruby]{
p binding.source_location # => ["test.rb", 1]
//}...