るりまサーチ

最速Rubyリファレンスマニュアル検索!
2130件ヒット [1-100件を表示] (0.109秒)
トップページ > クエリ:l[x] > クエリ:BASE[x]

別のキーワード

  1. matrix l
  2. kernel $-l
  3. _builtin $-l
  4. lupdecomposition l
  5. l

ライブラリ

モジュール

キーワード

検索結果

<< 1 2 3 ... > >>

BigDecimal::BASE -> Integer (21101.0)

ライブラリ内部で使用します。

ライブラリ内部で使用します。

RSS::Maker::ItemsBase::ItemBase::EnclosureBase (18000.0)

RSS::Maker::ChannelBase::CategoriesBase::CategoryBase (15000.0)

categoryは maker.channel.categories.new_categoryで作成されたオ ブジェクトとします.

...categoryは
maker.channel.categories.new_categoryで作成されたオ
ブジェクトとします.

contentを指定する必要があります....

RSS::Maker::ChannelBase::SkipDaysBase::DayBase (15000.0)

dayは maker.channel.skipDays.new_dayで作成されたオ ブジェクトとします.

...dayは
maker.channel.skipDays.new_dayで作成されたオ
ブジェクトとします.

contentを指定する必要があります....

RSS::Maker::ChannelBase::SkipHoursBase::HourBase (15000.0)

hourは maker.channel.skipHours.new_hourで作成されたオ ブジェクトとします.

...hourは
maker.channel.skipHours.new_hourで作成されたオ
ブジェクトとします.

contentを指定する必要があります....

絞り込み条件を変える

SecureRandom.urlsafe_base64(n = nil, padding = false) -> String (12347.0)

ランダムで URL-safe な base64 文字列を生成して返します。

...ランダムで URL-safe な base64 文字列を生成して返します。

@param n 文字列の生成に使われるランダムネスのサイズを整数で指定します。
生成される文字列のサイズはn の約 4/3 倍になります。
nil を指定した場合 n...
...otImplementedError 安全な乱数発生器が使えない場合に発生します。

require 'securerandom'
p SecureRandom.urlsafe_base64 #=> "b4GOKm4pOYU_-BOXcrUGDg"
p SecureRandom.urlsafe_base64 #=> "UZLdOkzop70Ddx-IJR0ABg"
p SecureRandom.urlsafe_base64(nil, true) #=> "i0XQ-7gglIsHG...
...V2_BNPrdQ=="
p SecureRandom.urlsafe_base64(nil, true) #=> "-M8rLhr7JEpJlqFGUMmOxg=="

@see SecureRandom.base64, 3548...

RubyVM::InstructionSequence#base_label -> String (12219.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 (12207.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 (12100.0)

@todo

@todo

RSS::Maker::ItemsBase::ItemBase#link=() (12100.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 3 ... > >>