Ruby 1.9.3 リファレンスマニュアル > ライブラリ一覧 > irb/frameライブラリ > IRB::Frameクラス > bottom

singleton method IRB::Frame.bottom

bottom(n = 0) -> Binding

下から n 番目のコンテキストを取り出します。

[PARAM] n:
取り出すコンテキストを Integer で指定します。n は 0 が最 下位になります。
class IRB::Frame