ChatGPT::Substitutor
Inherits Reference / Object
Constants
FILE_EXTENSIONS = {".c" => "c", ".cr" => "crystal", ".cpp" => "cpp", ".cs" => "csharp", ".css" => "css", ".go" => "go", ".html" => "html", ".htm" => "html", ".java" => "java", ".js" => "javascript", ".json" => "json", ".kt" => "kotlin", ".lua" => "lua", ".md" => "md", ".markdown" => "markdown", ".m" => "matlab", ".nim" => "nim", ".pl" => "perl", ".php" => "php", ".py" => "python", ".R" => "r", ".rb" => "ruby", ".rs" => "rust", ".scala" => "scala", ".sh" => "shell", ".sql" => "sql", ".swift" => "swift", ".ts" => "typescript", ".xml" => "xml", ".yaml" => "yaml", ".yml" => "yaml"}
Constructors
new(system_command_runner : SystemCommand)
SourceInstance methods
substitute(input_msg)
Source