mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
d4f33feb23
Added missing call-seq documentation for two Enumerator methods in mrblib/enumerator.rb: ## Enumerator Instance Methods: - inspect: returns string representation of the enumerator showing the underlying object, method, and arguments in a readable debug format with examples for different enumerator types - size: returns the size of the enumerator if calculable, or nil if it cannot be determined lazily, with examples showing finite and infinite enumerators Co-authored-by: Atlassian Rovo Dev