소개
This skill provides essential guardrails for developing Ruby applications on resource-constrained hardware using the PicoRuby runtime. It guides developers through the specific limitations of the R2P2-ESP32 environment, including the strict 520KB heap limit, the absence of regular expressions and threads, and the architectural differences between PicoRuby and CRuby. By incorporating these constraints directly into the coding process, the skill helps prevent runtime failures and ensures efficient memory management and performance for embedded Ruby projects.