mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
242936a90b
Enhanced documentation for Binding class methods with detailed examples: - local_variable_defined?: Added examples showing usage within methods and at top-level, including interaction with local_variable_set - local_variable_get: Added examples demonstrating retrieval of different data types, variable modification tracking, and NameError behavior - local_variable_set: Added examples showing variable assignment and creation - local_variables: Added examples showing array of local variable names - receiver: Added examples showing bound receiver object access - binding (Kernel method): Added examples showing binding creation and usage Co-authored-by: Atlassian Rovo Dev