るりまサーチ

最速Rubyリファレンスマニュアル検索!
1927件ヒット [101-200件を表示] (0.074秒)

別のキーワード

  1. base digest
  2. base ==
  3. base file
  4. base hexdigest
  5. base64 encode64

ライブラリ

キーワード

検索結果

<< < 1 2 3 4 ... > >>

RSS::Maker::ChannelBase::SkipHoursBase::HourBase#content=() (9001.0)

@todo

@todo

RubyVM::InstructionSequence#base_label -> String (6120.0)

self が表す命令シーケンスの基本ラベルを返します。

...ed>@<compiled>>
iseq.base_label
# => "<compiled>"

例2: RubyVM::InstructionSequence.compile_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::InstructionSequence.of(method(:hello)).base_label
# => "hello"

@see RubyVM::InstructionSequence#label...

OpenURI::Meta#base_uri -> URI (6108.0)

リソースの実際の URI を URI オブジェクトとして返します。 リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。

...します。
リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。

//emlist[例][ruby]{
require 'open-uri'
open('http://www.ruby-lang.org/') {|f|
p f.base_uri
#=> #<URI::HTTP:0xb7043aa0 URL:http://www.ruby-lang.org/en/>
}
//}...
...ます。
リダイレクトされた場合は、リダイレクトされた後のデータが存在する URI を返します。

//emlist[例][ruby]{
require 'open-uri'
URI.open('http://www.ruby-lang.org/') {|f|
p f.base_uri
#=> #<URI::HTTP:0xb7043aa0 URL:http://www.ruby-lang.org/en/>
}
//}...

Thread::Backtrace::Location#base_label -> String (6108.0)

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...

Pathname#basename(suffix = "") -> Pathname (6101.0)

Pathname.new(File.basename(self.to_s, suffix)) と同じです。

...Pathname.new(File.basename(self.to_s, suffix)) と同じです。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

//emli...
...e("ruby/ruby.c").basename #=> #<Pathname:"ruby.c">
Pathname("ruby/ruby.c").basename(".c") #=> #<Pathname:"ruby">
Pathname("ruby/ruby.c").basename(".*") #=> #<Pathname:"ruby">
Pathname("ruby/ruby.exe").basename(".*") #=> #<Pathname:"ruby">
Pathname("ruby/y.tab.c").basename(".*") #=>...
...#<Pathname:"y.tab">
//}

@see File.basename...

絞り込み条件を変える

RSS::SyndicationModel#sy_updateBase (6101.0)

@todo

@todo

RSS::SyndicationModel#sy_updateBase= (6101.0)

@todo

@todo

Shell#basename(filename, suffix = "") -> String (6101.0)

File クラスにある同名のクラスメソッドと同じです.

...イル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

@see File.basename...

Shell::CommandProcessor#basename(filename, suffix = "") -> String (6101.0)

File クラスにある同名のクラスメソッドと同じです.

...イル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

@see File.basename...

Shell::Filter#basename(filename, suffix = "") -> String (6101.0)

File クラスにある同名のクラスメソッドと同じです.

...イル名を表す文字列を指定します。

@param suffix サフィックスを文字列で与えます。'.*' という文字列を与えた場合、'*' はワイルドカードとして働き
'.' を含まない任意の文字列にマッチします。

@see File.basename...

絞り込み条件を変える

RSS::Maker::ChannelBase::CategoriesBase#new_category (6001.0)

@todo 新しくcategoryを作成し,返します.作成された categoryはcategoryリストの最後 に追加されています.

@todo
新しくcategoryを作成し,返します.作成された
categoryはcategoryリストの最後
に追加されています.
<< < 1 2 3 4 ... > >>