クラス
-
Digest
:: Base (2) -
OpenSSL
:: SSL :: SSLContext (1) -
RSS
:: Maker :: ChannelBase (2) -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase (2) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase (2) -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase (2) -
RSS
:: Maker :: ImageBase (2) -
RSS
:: Maker :: ItemsBase :: ItemBase (2) -
RSS
:: Maker :: RSSBase (5) -
RSS
:: Maker :: TextinputBase (2) -
RubyVM
:: InstructionSequence (2) -
Thread
:: Backtrace :: Location (2)
モジュール
キーワード
-
base
_ label (2) -
ca
_ file= (1) - clone (1)
- content (3)
- content= (3)
- description (4)
- description= (4)
- dup (1)
- label (2)
-
rss
_ version (1) - standalone (1)
- standalone= (1)
-
sy
_ updateBase (1) -
sy
_ updateBase= (1) - version (1)
- version= (1)
検索結果
先頭5件
-
CGI
:: HtmlExtension # base(href = "") -> String (63391.0) -
base 要素を生成します。
base 要素を生成します。
@param href 文字列を指定します。属性をハッシュで指定することもできます。
例:
base("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">" -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # content (45304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # content=() (45304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase # content (45304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase # content=() (45304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase # content (45304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase # content=() (45304.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description (36304.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description=() (36304.0) -
@todo
@todo -
Digest
:: Base # clone -> Digest :: Base (27610.0) -
ダイジェストオブジェクトの複製を作ります。
ダイジェストオブジェクトの複製を作ります。 -
RubyVM
:: InstructionSequence # base _ label -> String (27361.0) -
self が表す命令シーケンスの基本ラベルを返します。
self が表す命令シーケンスの基本ラベルを返します。
例1:irb で実行した場合
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
iseq.base_label
# => "<compiled>"
例2: RubyVM::InstructionSequence.compile_file を使用した場合
# /tmp/method.rb
def hello
puts "h... -
Thread
:: Backtrace :: Location # base _ label -> String (27325.0) -
self が表すフレームの基本ラベルを返します。通常、 Thread::Backtrace::Location#label から修飾を取り除いたもので構成 されます。
self が表すフレームの基本ラベルを返します。通常、
Thread::Backtrace::Location#label から修飾を取り除いたもので構成
されます。
//emlist[例][ruby]{
# foo.rb
class Foo
attr_accessor :locations
def initialize(skip)
@locations = caller_locations(skip)
end
end
Foo.new(0..2).locations.map do |call|
puts call.base_label
end
# => init... -
RSS
:: Maker :: ChannelBase # description (27304.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description=() (27304.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description (27304.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description=() (27304.0) -
@todo
@todo -
RSS
:: Maker :: RSSBase # rss _ version (27304.0) -
@todo 作成するRSSのバージョンを返します.
@todo
作成するRSSのバージョンを返します. -
RSS
:: Maker :: RSSBase # standalone (27304.0) -
@todo 作成するXMLのstandaloneを返します.
@todo
作成するXMLのstandaloneを返します. -
RSS
:: Maker :: RSSBase # standalone=() (27304.0) -
@todo 作成するXMLのstandaloneを設定します.
@todo
作成するXMLのstandaloneを設定します. -
RSS
:: Maker :: RSSBase # version (27304.0) -
@todo 作成するXMLのバージョンを返します.
@todo
作成するXMLのバージョンを返します. -
RSS
:: Maker :: RSSBase # version=() (27304.0) -
@todo 作成するXMLのバージョンを設定します.
@todo
作成するXMLのバージョンを設定します. -
RSS
:: Maker :: TextinputBase # description (27304.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (27304.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updateBase (27304.0) -
@todo
@todo -
RSS
:: SyndicationModel # sy _ updateBase= (27304.0) -
@todo
@todo -
Digest
:: Base # dup -> Digest :: Base (18310.0) -
ダイジェストオブジェクトの複製を作ります。
ダイジェストオブジェクトの複製を作ります。 -
OpenSSL
:: SSL :: SSLContext # ca _ file=(ca) (9040.0) -
接続相手の検証のために使う、信頼している CA 証明書ファイルのパスを 設定します。
接続相手の検証のために使う、信頼している CA 証明書ファイルのパスを
設定します。
ファイルは以下のように複数の証明書を含んでいても構いません。
(ここに証明書の説明)
-----BEGIN CERTIFICATE-----
... (CA certificate in base64 encoding) ...
-----END CERTIFICATE-----
(ここに証明書の説明)
-----BEGIN CERTIFICATE-----
... (CA certificate in base64 encoding) ...
-----END CE... -
RubyVM
:: InstructionSequence # label -> String (9022.0) -
self が表す命令シーケンスのラベルを返します。通常、メソッド名、クラス名、 モジュール名などで構成されます。
self が表す命令シーケンスのラベルを返します。通常、メソッド名、クラス名、
モジュール名などで構成されます。
トップレベルでは "<main>" を返します。self を文字列から作成していた場合
は "<compiled>" を返します。
例1:irb で実行した場合
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
iseq.label
# => "<compiled>"
例2: R... -
Thread
:: Backtrace :: Location # label -> String (9022.0) -
self が表すフレームのラベルを返します。通常、メソッド名、クラス名、モ ジュール名などで構成されます。
self が表すフレームのラベルを返します。通常、メソッド名、クラス名、モ
ジュール名などで構成されます。
例: Thread::Backtrace::Location の例1を用いた例
//emlist[][ruby]{
loc = c(0..1).first
loc.label # => "a"
//}
@see Thread::Backtrace::Location#base_label