mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
945410af3e
Added complete call-seq documentation for the toplevel include method in mrblib/toplevel.rb (1 method): - include: enables module inclusion at the toplevel scope, delegates to Object.include to make module methods available to all objects globally, provides convenient syntax for extending the global namespace with module functionality Co-authored-by: Atlassian Rovo Dev