Ruby 2.3.0 リファレンスマニュアル > 関数一覧 > rb_call_super
VALUE rb_call_super(int argc, const VALUE *argv)
Rubyレベルでの super です。 現在評価中のメソッドのスーパークラスのメソッドを呼び出します。