func modulePrivateInstanceMethods(context CallContext, args ...RubyObject) (RubyObject, error) {
    showSuperClassInstanceMethods := true
    if len(args) == 1 {
        boolean, ok := args[0].(*Boolean)
        if !ok {