mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
2907fdad06
Added complete call-seq documentation for 4 missing public methods in the data gem, improving documentation coverage from 46% to 77%. Documentation added: - Data.members: Returns array of member symbols for the class - Data.define: Creates new data instances with positional or keyword arguments - Data#initialize: Initializes data structure with hash values - Data#initialize_copy: Copies data structure for dup/clone operations Each method now includes: - Clear method signatures with parameter and return types - Detailed descriptions of data structure behavior - Practical examples showing usage patterns - Notes about member access and initialization - Cross-references between class and instance methods Co-authored-by: Atlassian Rovo Dev