1303件ヒット
[1-100件を表示]
(0.076秒)
ライブラリ
- ビルトイン (81)
-
cgi
/ html (12) - digest (144)
-
net
/ ftp (144) - openssl (24)
- pathname (52)
- rss (828)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6)
クラス
- Array (21)
-
Digest
:: Base (144) -
Net
:: FTP (144) -
OpenSSL
:: BN (12) -
OpenSSL
:: SSL :: SSLContext (12) - Pathname (52)
-
RSS
:: Maker :: ChannelBase (408) -
RSS
:: Maker :: ChannelBase :: CategoriesBase (12) -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase (48) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase (12) -
RSS
:: Maker :: ChannelBase :: SkipDaysBase :: DayBase (24) -
RSS
:: Maker :: ChannelBase :: SkipHoursBase (12) -
RSS
:: Maker :: ChannelBase :: SkipHoursBase :: HourBase (24) -
RSS
:: Maker :: ImageBase (48) -
RSS
:: Maker :: ItemsBase :: ItemBase (60) -
RSS
:: Maker :: RSSBase (48) -
RSS
:: Maker :: TextinputBase (48) -
RubyVM
:: InstructionSequence (24) - Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - String (12)
-
Thread
:: Backtrace :: Location (24)
モジュール
-
CGI
:: HtmlExtension (12) -
RSS
:: BaseTrackBackModel (60) -
RSS
:: SyndicationModel (24)
キーワード
- << (12)
- == (24)
- about (12)
- about= (12)
-
base
_ label (24) - basename (18)
-
block
_ length (12) -
ca
_ file= (12) - categories (12)
- channel (12)
- clone (12)
- cloud (12)
- content (36)
- content= (36)
- copyright (12)
- copyright= (12)
- date (12)
- date= (12)
- description (12)
- description= (12)
-
digest
_ length (12) - docs (12)
- docs= (12)
- domain (12)
- domain= (12)
- dup (12)
- enclosure (12)
- file (12)
- generator (12)
- generator= (12)
- get (24)
- getbinaryfile (24)
- gettextfile (24)
- glob (16)
- label (24)
- language (12)
- language= (12)
- lastBuildDate (12)
- lastBuildDate= (12)
- length (12)
- link (36)
- link= (36)
- managingEditor (12)
- managingEditor= (12)
-
new
_ category (12) -
new
_ day (12) -
new
_ hour (12) - pack (21)
- pubDate (12)
- pubDate= (12)
- put (24)
- putbinaryfile (24)
- puttextfile (24)
- realdirpath (12)
- realpath (12)
-
relative
_ path _ from (12) - reset (12)
- size (12)
- skipDays (12)
- skipHours (12)
- standalone (12)
- standalone= (12)
-
sy
_ updateBase (12) -
sy
_ updateBase= (12) - title (48)
- title= (48)
-
to
_ s (12) -
trackback
_ about (12) -
trackback
_ about= (12) -
trackback
_ abouts (12) -
trackback
_ ping (12) -
trackback
_ ping= (12) - ttl (12)
- ttl= (12)
- unpack (12)
- update (12)
- url (12)
- url= (12)
- webMaster (12)
- webMaster= (12)
-
xml
_ stylesheets (12)
検索結果
先頭5件
-
CGI
:: HtmlExtension # base(href = "") -> String (21130.0) -
base 要素を生成します。
...
base 要素を生成します。
@param href 文字列を指定します。属性をハッシュで指定することもできます。
例:
base("http://www.example.com/cgi")
# => "<BASE HREF=\"http://www.example.com/cgi\">"... -
RubyVM
:: InstructionSequence # base _ label -> String (12220.0) -
self が表す命令シーケンスの基本ラベルを返します。
...self が表す命令シーケンスの基本ラベルを返します。
例1:irb で実行した場合
iseq = RubyVM::InstructionSequence.compile('num = 1 + 2')
# => <RubyVM::InstructionSequence:<compiled>@<compiled>>
iseq.base_label
# => "<compiled>"
例2: RubyVM::InstructionSequence.co......mpile_file を使用した場合
# /tmp/method.rb
def hello
puts "hello, world"
end
# irb
> iseq = RubyVM::InstructionSequence.compile_file('/tmp/method.rb')
> iseq.base_label # => "<main>"
例3:
# /tmp/method2.rb
def hello
puts "hello, world"
end
RubyVM::Instruction......Sequence.of(method(:hello)).base_label
# => "hello"
@see RubyVM::InstructionSequence#label... -
Thread
:: Backtrace :: Location # base _ label -> String (12208.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
# => initialize
# new
# <main>
//}
@see Thread::Backtrace::Location#label... -
RSS
:: Maker :: ItemsBase :: ItemBase # link (12101.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # link=() (12101.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # title (12101.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # title=() (12101.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # content (12001.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase :: CategoriesBase :: CategoryBase # content=() (12001.0) -
@todo
@todo