diff --git a/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb b/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb index 7ba6e6e6f..c4631125f 100644 --- a/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb +++ b/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb @@ -2,9 +2,22 @@ def self.include(*modules) Object.include(*modules) end -def self.private(*methods) -end -def self.protected(*methods) -end -def self.public(*methods) +class <