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