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

instance method IRB::Frame#bottom

bottom(n = 0) -> Binding[permalink][rdoc]

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

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