るりまサーチ

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

別のキーワード

  1. _builtin to_i
  2. fiddle to_i
  3. matrix elements_to_i
  4. matrix i
  5. csv to_i

ライブラリ

検索結果

<< 1 2 3 ... > >>

irb (26090.0)

irb は Interactive Ruby の略です。 irb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

...irb は Interactive Ruby の略です。
i
rb を使うと、Ruby の式を標準入力から簡単に入力・実行することができます。

=== irb の使い方

Ruby さえ知っていれば irb を使うのは簡単です。
i
rb コマンドを実行すると、以下のようなプロン...
...

$ irb
i
rb(main):001:0>

あとは Ruby の式を入力するだけで、その式が実行され、結果が表示されます。

i
rb(main):001:0> 1+2
3
i
rb(main):002:0> class Foo
i
rb(main):003:1> def foo
i
rb(main):004:2> print 1
i
rb(main):005:2> end
i
rb(main):006:1>...
... IRB::Context オブジェクトに対してメソッドを
呼び出すことで、現在稼働中の irb インタプリタの設定を表示・変更できます。

: cwws
: pwws
: irb_cwws
: irb_pwws
: irb_print_working_workspace
: irb_current_working_binding
: irb_print_working_binding
: irb...

irb/cmd/chws (26016.0)

irb 中の irb_current_working_workspace、irb_change_workspace コマンドの ための拡張を定義したサブライブラリです。

...irb 中の irb_current_working_workspace、irb_change_workspace コマンドの
ための拡張を定義したサブライブラリです。

このライブラリで定義されているメソッドはユーザが直接使用するものではあ
りません。...

Gem::Platform::CURRENT -> String (18201.0)

特定のプラットフォーム向けの Gem をビルドするときに使用します。

特定のプラットフォーム向けの Gem をビルドするときに使用します。

Gem::Specification::CURRENT_SPECIFICATION_VERSION -> 2 (15201.0)

現在の gemspec のバージョンを表す定数です。

現在の gemspec のバージョンを表す定数です。

RDoc::Context#current_section -> RDoc::Context::Section (12301.0)

現在の section を返します。

...現在の section を返します。...

絞り込み条件を変える

Socket::Constants::IP_IPSEC_POLICY -> Integer (12206.0)

IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current...

Socket::IP_IPSEC_POLICY -> Integer (12206.0)

IPsec security policy。 BasicSocket#getsockopt, BasicSocket#setsockopt の第2引数(optname)に使用します。

...IPsec security policy。
BasicSocket#getsockopt, BasicSocket#setsockopt
の第2引数(optname)に使用します。

@see Socket::Constants::IPPROTO_IP,
http://netbsd.gw.com/cgi-bin/man-cgi?ip++NetBSD-current...

RDoc::Context#set_current_section(title, comment) -> () (12201.0)

Handle sections

...Handle sections...

IRB::ExtendCommand::CurrentWorkingWorkspace (12016.0)

irb 中の irb_current_working_workspace コマンドのための拡張を定義したク ラスです。

...irb 中の irb_current_working_workspace コマンドのための拡張を定義したク
ラスです。...

Fiber.current -> Fiber (9219.0)

このメソッドが評価されたコンテキストにおける Fiber のインスタンスを返します。

...のメソッドが評価されたコンテキストにおける Fiber のインスタンスを返します。

//emlist[例:][ruby]{
fr = Fiber.new do
Fiber.current
end

fb = fr.resume
p fb.equal?(fr) # => true

p Fiber.current # => #<Fiber:0x91345e4>
p Fiber.current # => #<Fiber:0x91345e4>
//}...

絞り込み条件を変える

<< 1 2 3 ... > >>