https://de.wikipedia.org/w/index.php?action=history&feed=atom&title=Interactive_Ruby_Shell Interactive Ruby Shell - Versionsgeschichte 2025-04-23T04:09:39Z Versionsgeschichte dieser Seite in Wikipedia MediaWiki 1.44.0-wmf.25 https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=237237606&oldid=prev Perrak: Linkfix 2023-09-11T17:07:13Z <p>Linkfix</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 11. September 2023, 19:07 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 17:</td> <td colspan="2" class="diff-lineno">Zeile 17:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die [[Programmiersprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die [[Programmiersprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[<del style="font-weight: bold; text-decoration: none;">Posix</del>]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[<ins style="font-weight: bold; text-decoration: none;">POSIX</ins>]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die Software wurde von Keiju Ishitsuka entwickelt und gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die Software wurde von Keiju Ishitsuka entwickelt und gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> </tr> </table> Perrak https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=198367845&oldid=prev Zero Thrust: /* Einleitung */ och Leute 2020-04-01T19:52:31Z <p><span class="autocomment">Einleitung: </span> och Leute</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. April 2020, 21:52 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die [[<del style="font-weight: bold; text-decoration: none;">Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache</del>]] [[Ruby (Programmiersprache)|Ruby]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die [[<ins style="font-weight: bold; text-decoration: none;">Programmiersprache</ins>]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> </table> Zero Thrust https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=198367830&oldid=prev Zero Thrust: /* Einleitung */ 2020-04-01T19:51:46Z <p><span class="autocomment">Einleitung</span></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. April 2020, 21:51 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die<del style="font-weight: bold; text-decoration: none;"> Programmierung der</del> [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist ein [[Kommandozeileninterpreter]] (REPL) für die [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> </table> Zero Thrust https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=198367814&oldid=prev Zero Thrust: /* Einleitung */ 2020-04-01T19:51:07Z <p><span class="autocomment">Einleitung</span></p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. April 2020, 21:51 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist <del style="font-weight: bold; text-decoration: none;">eine</del> [[<del style="font-weight: bold; text-decoration: none;">Shell</del> (<del style="font-weight: bold; text-decoration: none;">Betriebssystem</del>)<del style="font-weight: bold; text-decoration: none;">|Shell]]</del> für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist <ins style="font-weight: bold; text-decoration: none;">ein</ins> [[<ins style="font-weight: bold; text-decoration: none;">Kommandozeileninterpreter]]</ins> (<ins style="font-weight: bold; text-decoration: none;">REPL</ins>) für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein [[Shellskript]] direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> </table> Zero Thrust https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=198367786&oldid=prev Zero Thrust: keine Shell in dem Sinn 2020-04-01T19:49:55Z <p>keine Shell in dem Sinn</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. April 2020, 21:49 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 50:</td> <td colspan="2" class="diff-lineno">Zeile 50:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Ruby (Programmiersprache)]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Ruby (Programmiersprache)]]</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Shell]]</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> </table> Zero Thrust https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=195288263&oldid=prev Trustable: Infobox-Befüllung per Wikidata 2019-12-28T17:27:08Z <p>Infobox-Befüllung per Wikidata</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 28. Dezember 2019, 19:27 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 5:</td> <td colspan="2" class="diff-lineno">Zeile 5:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Beschreibung = So sieht irb bei der Verwendung aus...</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Beschreibung = So sieht irb bei der Verwendung aus...</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Hersteller = Keiju Ishitsuka</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Hersteller = Keiju Ishitsuka</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|AktuelleVersion = <del style="font-weight: bold; text-decoration: none;">0.9.6</del> <del style="font-weight: bold; text-decoration: none;">(abhängig</del> <del style="font-weight: bold; text-decoration: none;">von der installierten Ruby</del>-<del style="font-weight: bold; text-decoration: none;">Version)</del></div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|AktuelleVersion = <ins style="font-weight: bold; text-decoration: none;">&lt;!--</ins> <ins style="font-weight: bold; text-decoration: none;">Wikidata</ins> -<ins style="font-weight: bold; text-decoration: none;">-&gt;</ins></div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|AktuelleVersionFreigabeDatum = <del style="font-weight: bold; text-decoration: none;">{{FormatDate|2009</del>-<del style="font-weight: bold; text-decoration: none;">06</del>-<del style="font-weight: bold; text-decoration: none;">30}}</del></div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|AktuelleVersionFreigabeDatum = <ins style="font-weight: bold; text-decoration: none;">&lt;!</ins>--<ins style="font-weight: bold; text-decoration: none;"> Wikidata --&gt;</ins></div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Betriebssystem = plattformunabhängig</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Betriebssystem = plattformunabhängig</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Programmiersprache = [[Ruby (Programmiersprache)|Ruby]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Programmiersprache = [[Ruby (Programmiersprache)|Ruby]]</div></td> </tr> </table> Trustable https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=195288238&oldid=prev Trustable: Kleinigkeiten verbessert 2019-12-28T17:26:19Z <p>Kleinigkeiten verbessert</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 28. Dezember 2019, 19:26 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox Software</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox Software</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Name =<del style="font-weight: bold; text-decoration: none;"> Interactive Ruby Shell (irb)</del></div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|Name =</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Logo = </div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Logo = </div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Screenshot = [[Datei:Interactive Ruby Shell.png|300px|]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Screenshot = [[Datei:Interactive Ruby Shell.png|300px|]]</div></td> </tr> <tr> <td colspan="2" class="diff-lineno">Zeile 15:</td> <td colspan="2" class="diff-lineno">Zeile 15:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist eine [[<del style="font-weight: bold; text-decoration: none;">Betriebssystem-</del>Shell|Shell]] für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist eine [[Shell<ins style="font-weight: bold; text-decoration: none;"> (Betriebssystem)</ins>|Shell]] für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein Shellskript direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein <ins style="font-weight: bold; text-decoration: none;">[[</ins>Shellskript<ins style="font-weight: bold; text-decoration: none;">]]</ins> direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die Software wurde von Keiju Ishitsuka entwickelt und gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Die Software wurde von Keiju Ishitsuka entwickelt und gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> </tr> </table> Trustable https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=174496226&oldid=prev Ef3: /* Beispiel */ s/lang="ruby"/lang="irb"/ 2018-03-01T01:14:09Z <p><span class="autocomment">Beispiel: </span> s/lang=&quot;ruby&quot;/lang=&quot;irb&quot;/</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 1. März 2018, 03:14 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 25:</td> <td colspan="2" class="diff-lineno">Zeile 25:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Beispiel ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Beispiel ==</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>&lt;syntaxhighlight lang="<del style="font-weight: bold; text-decoration: none;">ruby</del>"&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>&lt;syntaxhighlight lang="<ins style="font-weight: bold; text-decoration: none;">irb</ins>"&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):001:0&gt; n = 5</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):001:0&gt; n = 5</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 5</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 5</div></td> </tr> </table> Ef3 https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=154574471&oldid=prev Masegand: /* Weblinks */ weblink aktualisiert 2016-05-21T15:35:57Z <p><span class="autocomment">Weblinks: </span> weblink aktualisiert</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 21. Mai 2016, 17:35 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 43:</td> <td colspan="2" class="diff-lineno">Zeile 43:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://tryruby.org/|titel=Try Ruby|kommentar=Online IRB|zugriff=2012-01-15}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://tryruby.org/|titel=Try Ruby|kommentar=Online IRB|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/trouble.html|werk=ruby-doc.org|titel=When Trouble Strikes|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/trouble.html|werk=ruby-doc.org|titel=When Trouble Strikes|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.<del style="font-weight: bold; text-decoration: none;">org</del>/docs/ProgrammingRuby/html/irb.html|werk=ruby-doc.org|titel=Interactive Ruby Shell|kommentar=Kapitel aus ''Programming Ruby''|zugriff=<del style="font-weight: bold; text-decoration: none;">2012</del>-<del style="font-weight: bold; text-decoration: none;">01</del>-<del style="font-weight: bold; text-decoration: none;">15</del>}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.<ins style="font-weight: bold; text-decoration: none;">com</ins>/docs/ProgrammingRuby/html/irb.html|werk=ruby-doc.org|titel=Interactive Ruby Shell|kommentar=Kapitel aus ''Programming Ruby''|zugriff=<ins style="font-weight: bold; text-decoration: none;">2016</ins>-<ins style="font-weight: bold; text-decoration: none;">05</ins>-<ins style="font-weight: bold; text-decoration: none;">21</ins>}}</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://<del style="font-weight: bold; text-decoration: none;">www.rubycentral</del>.org/<del style="font-weight: bold; text-decoration: none;">pickaxe</del>/irb.html|werk=<del style="font-weight: bold; text-decoration: none;">[[Ruby Central]]</del>|titel=Interactive Ruby Shell|kommentar=Kapitel aus ''Programming Ruby''|zugriff=<del style="font-weight: bold; text-decoration: none;">2012</del>-<del style="font-weight: bold; text-decoration: none;">01</del>-<del style="font-weight: bold; text-decoration: none;">15</del>}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://<ins style="font-weight: bold; text-decoration: none;">ruby-doc</ins>.org/<ins style="font-weight: bold; text-decoration: none;">stdlib-2.0.0/libdoc</ins>/irb<ins style="font-weight: bold; text-decoration: none;">/rdoc/IRB</ins>.html|werk=<ins style="font-weight: bold; text-decoration: none;">ruby-doc.org</ins>|titel=Interactive Ruby Shell|kommentar=Kapitel aus ''Programming Ruby''|zugriff=<ins style="font-weight: bold; text-decoration: none;">2016</ins>-<ins style="font-weight: bold; text-decoration: none;">05</ins>-<ins style="font-weight: bold; text-decoration: none;">21</ins>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Einzelnachweise ==</div></td> </tr> </table> Masegand https://de.wikipedia.org/w/index.php?title=Interactive_Ruby_Shell&diff=143449093&oldid=prev PerfektesChaos: tk k 2015-06-25T12:58:13Z <p>tk k</p> <table style="background-color: #fff; color: #202122;" data-mw="interface"> <col class="diff-marker" /> <col class="diff-content" /> <col class="diff-marker" /> <col class="diff-content" /> <tr class="diff-title" lang="de"> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">← Nächstältere Version</td> <td colspan="2" style="background-color: #fff; color: #202122; text-align: center;">Version vom 25. Juni 2015, 14:58 Uhr</td> </tr><tr> <td colspan="2" class="diff-lineno">Zeile 1:</td> <td colspan="2" class="diff-lineno">Zeile 1:</td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox Software</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>{{Infobox_Software</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Name = Interactive Ruby Shell (irb)</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Name = Interactive Ruby Shell (irb)</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Logo = </div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Logo = </div></td> </tr> <tr> <td colspan="2" class="diff-lineno">Zeile 10:</td> <td colspan="2" class="diff-lineno">Zeile 10:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Programmiersprache = [[Ruby (Programmiersprache)|Ruby]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Programmiersprache = [[Ruby (Programmiersprache)|Ruby]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Kategorie = [[Ruby (Programmiersprache)|Ruby]] [[Kommandozeileninterpreter]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Kategorie = [[Ruby (Programmiersprache)|Ruby]] [[Kommandozeileninterpreter]]</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>|Lizenz = [[<del style="font-weight: bold; text-decoration: none;">Ruby_</del>(Programmiersprache)#Nutzungsbedingungen|Ruby Lizenz]]&lt;ref&gt;{{Internetquelle|url=http://www.ruby-lang.org/en/about/license.txt|titel=Rubys Lizenzbedingungen|zugriff=2012-01-15}}&lt;/ref&gt;&lt;br /&gt;[[GNU General Public License|GPL]]</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>|Lizenz = [[<ins style="font-weight: bold; text-decoration: none;">Ruby </ins>(Programmiersprache)#Nutzungsbedingungen|Ruby Lizenz]]&lt;ref&gt;{{Internetquelle|url=http://www.ruby-lang.org/en/about/license.txt|titel=Rubys Lizenzbedingungen|zugriff=2012-01-15}}&lt;/ref&gt;&lt;br /&gt;[[GNU General Public License|GPL]]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Deutsch = nein</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Deutsch = nein</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Website = [http://www.ruby-lang.org/en/ ruby-lang.org]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>|Website = [http://www.ruby-lang.org/en/ ruby-lang.org]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist eine [[Betriebssystem-Shell|Shell]] für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].<del style="font-weight: bold; text-decoration: none;"> </del>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein Shellskript direkt über das Internet kommunizieren und mit Servern interagieren.<del style="font-weight: bold; text-decoration: none;"> </del>Die Software wurde von Keiju Ishitsuka entwickelt und<del style="font-weight: bold; text-decoration: none;"> sie</del> gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>'''Interactive Ruby Shell''' ('''IRB''') ist eine [[Betriebssystem-Shell|Shell]] für die Programmierung der [[Objektorientierte Programmierung|objektorientierten]] [[Skriptsprache]] [[Ruby (Programmiersprache)|Ruby]].</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div></div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Das Programm wird von der [[Kommandozeile]] gestartet und ermöglicht die Ausführung von Ruby-Kommandos, wobei das Ergebnis unmittelbar zurückgegeben wird. Dadurch kann man in Echtzeit mit Ruby experimentieren oder ad hoc kleinere Berechnungen mit Ruby durchführen, wie mit einem [[Taschenrechner]]. IRB kennt die zuletzt eingegebenen Kommandos, die durch Verwendung der Pfeiltasten zurückgeholt und gegebenenfalls editiert werden können, um das Absetzen ähnlicher Kommandos und Wiederholungen zu vereinfachen. Auf [[Posix]]-Systemen ([[Linux]], [[Unix]]) hat man Zugriff auf die [[Job (EDV)|Job-Kontrolle]], kann wie ein Shellskript direkt über das Internet kommunizieren und mit Servern interagieren.</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div></div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>Die Software wurde von Keiju Ishitsuka entwickelt und gehört in der Regel zum Lieferumfang von Ruby dazu.</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Verwendung:</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>Verwendung:</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> irb [ Optionen ] [ ''Programmdatei'' ] [ ''Argument1...'' ]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div> irb [ Optionen ] [ ''Programmdatei'' ] [ ''Argument1...'' ]</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>Beispiel<del style="font-weight: bold; text-decoration: none;">:</del></div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div><ins style="font-weight: bold; text-decoration: none;">== </ins>Beispiel<ins style="font-weight: bold; text-decoration: none;"> ==</ins></div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>&lt;<del style="font-weight: bold; text-decoration: none;">source</del> lang="ruby"&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>&lt;<ins style="font-weight: bold; text-decoration: none;">syntaxhighlight</ins> lang="ruby"&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):001:0&gt; n = 5</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):001:0&gt; n = 5</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 5</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 5</div></td> </tr> <tr> <td colspan="2" class="diff-lineno">Zeile 34:</td> <td colspan="2" class="diff-lineno">Zeile 38:</td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):009:0&gt; fact(n)</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>irb(main):009:0&gt; fact(n)</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 120</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>=&gt; 120</div></td> </tr> <tr> <td colspan="2" class="diff-empty diff-side-deleted"></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>&lt;/syntaxhighlight&gt;</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>&lt;/source&gt;</div></td> <td colspan="2" class="diff-empty diff-side-added"></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Weblinks ==</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>== Weblinks ==</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://tryruby.org/|titel=<del style="font-weight: bold; text-decoration: none;">„Try</del> <del style="font-weight: bold; text-decoration: none;">Ruby“</del>|kommentar=Online IRB|zugriff=2012-01-15}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://tryruby.org/|titel=<ins style="font-weight: bold; text-decoration: none;">Try</ins> <ins style="font-weight: bold; text-decoration: none;">Ruby</ins>|kommentar=Online IRB|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/trouble.html|werk=ruby-doc.org|titel=<del style="font-weight: bold; text-decoration: none;">„When</del> Trouble <del style="font-weight: bold; text-decoration: none;">Strikes“</del>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/trouble.html|werk=ruby-doc.org|titel=<ins style="font-weight: bold; text-decoration: none;">When</ins> Trouble <ins style="font-weight: bold; text-decoration: none;">Strikes</ins>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/irb.html|werk=ruby-doc.org|titel=<del style="font-weight: bold; text-decoration: none;">„Interactive</del> Ruby <del style="font-weight: bold; text-decoration: none;">Shell“</del>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://ruby-doc.org/docs/ProgrammingRuby/html/irb.html|werk=ruby-doc.org|titel=<ins style="font-weight: bold; text-decoration: none;">Interactive</ins> Ruby <ins style="font-weight: bold; text-decoration: none;">Shell</ins>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://www.rubycentral.org/pickaxe/irb.html|werk=[[Ruby Central]]|titel=<del style="font-weight: bold; text-decoration: none;">„Interactive</del> Ruby <del style="font-weight: bold; text-decoration: none;">Shell“</del>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>* {{Internetquelle|url=http://www.rubycentral.org/pickaxe/irb.html|werk=[[Ruby Central]]|titel=<ins style="font-weight: bold; text-decoration: none;">Interactive</ins> Ruby <ins style="font-weight: bold; text-decoration: none;">Shell</ins>|kommentar=Kapitel aus ''Programming Ruby''|zugriff=2012-01-15}}</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>== <del style="font-weight: bold; text-decoration: none;">Referenzen</del> ==</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>== <ins style="font-weight: bold; text-decoration: none;">Einzelnachweise</ins> ==</div></td> </tr> <tr> <td class="diff-marker" data-marker="−"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;"><div>&lt;references/&gt;</div></td> <td class="diff-marker" data-marker="+"></td> <td style="color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;"><div>&lt;references<ins style="font-weight: bold; text-decoration: none;"> </ins>/&gt;</div></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><br /></td> </tr> <tr> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Ruby (Programmiersprache)]]</div></td> <td class="diff-marker"></td> <td style="background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;"><div>[[Kategorie:Ruby (Programmiersprache)]]</div></td> </tr> </table> PerfektesChaos