Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Añadir tus propios scripts a la base
Data/Scripts/
require 'json' data = { "name" => "Pikachu", "level" => 25 } json_string = JSON.generate(data)
# Extraer scripts a archivos .rb ruby scripts_extract.rb # Combinar de vuelta ruby scripts_combine.rb