Die Programmiersprache Ruby: [behandelt Ruby 1.8 und 1.9]
Gespeichert in:
Hauptverfasser: | , |
---|---|
Format: | Buch |
Sprache: | German English |
Veröffentlicht: |
Beijing [u.a.]
O'Reilly
2008
|
Ausgabe: | 1. Aufl., dt. Ausg. |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | Angekündigt u.d.T.: Programmieren in Ruby |
Beschreibung: | XI, 464 S. Ill. |
ISBN: | 9783897218741 3897218747 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV035150124 | ||
003 | DE-604 | ||
005 | 20200821 | ||
007 | t | ||
008 | 081110s2008 cc a||| |||| 00||| ger d | ||
015 | |a 08,N31,0015 |2 dnb | ||
015 | |a 08,A44,0067 |2 dnb | ||
016 | 7 | |a 989550222 |2 DE-101 | |
020 | |a 9783897218741 |c Pp. : EUR 39.90 |9 978-3-89721-874-1 | ||
020 | |a 3897218747 |9 3-89721-874-7 | ||
024 | 3 | |a 9783897218741 | |
035 | |a (OCoLC)316136095 | ||
035 | |a (DE-599)DNB989550222 | ||
040 | |a DE-604 |b ger |e rakddb | ||
041 | 1 | |a ger |h eng | |
044 | |a cc |c XB-CN |a gw |c XA-DE-NW | ||
049 | |a DE-355 |a DE-20 |a DE-Aug4 |a DE-92 |a DE-523 |a DE-634 |a DE-11 |a DE-861 |a DE-B768 | ||
082 | 0 | |a 005.133 | |
084 | |a ST 250 |0 (DE-625)143626: |2 rvk | ||
084 | |a ST 253 |0 (DE-625)143628: |2 rvk | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Flanagan, David |e Verfasser |0 (DE-588)136960634 |4 aut | |
240 | 1 | 0 | |a The Ruby programming language |
245 | 1 | 0 | |a Die Programmiersprache Ruby |b [behandelt Ruby 1.8 und 1.9] |c David Flanagan und Yukihiro Matsumoto |
246 | 1 | 3 | |a Programmieren in Ruby |
250 | |a 1. Aufl., dt. Ausg. | ||
264 | 1 | |a Beijing [u.a.] |b O'Reilly |c 2008 | |
300 | |a XI, 464 S. |b Ill. | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Angekündigt u.d.T.: Programmieren in Ruby | ||
650 | 0 | 7 | |a Ruby |g Programmiersprache |0 (DE-588)4653817-3 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Ruby |g Programmiersprache |0 (DE-588)4653817-3 |D s |
689 | 0 | |5 DE-604 | |
700 | 1 | |a Matsumoto, Yukihiro |d 1965- |e Verfasser |0 (DE-588)139395970 |4 aut | |
856 | 4 | 2 | |m DNB Datenaustausch |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016957383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016957383 | ||
942 | 1 | 1 | |c 005.133 |e 22/bsb |
942 | 1 | 1 | |e 22/bsb |
Datensatz im Suchindex
_version_ | 1804138307826745344 |
---|---|
adam_text | INHALT VORWORT IX 1 EINFUEHRUNG 1 1.1 EINE TOUR DURCH RUBY 2 1.2 RUBY
AUSPROBIEREN 12 1.3 UEBER DIESES BUCH 17 1.4 EIN SUDOKU-LOESER IN RUBY 18
2 DIE STRUKTUR UND AUSFUEHRUNG VON RUBY-PROGRAMMEN 27 2.1 LEXIKALISCHE
STRUKTUR 28 2.2 SYNTAKTISCHE STRUKTUR 36 2.3 DATEISTRUKTUR 38 2.4
PROGRAMMKODIERUNG 39 2.5 PROGRAMMAUSFUEHRUNG 42 3 DATENTYPEN UND OBJEKTE
45 3.1 ZAHLEN 46 3.2 TEXT 50 3.3 ARRAYS 70 3.4 HASHES 73 3.5 BEREICHE 75
3.6 SYMBOLE 78 3.7 TRUE, FALSE UND NIL 79 3.8 OBJEKTE 80 4 AUSDRUECKE UND
OPERATOREN 95 4.1 LITERALE UND SCHLUESSELWORTLITERALE 96 4.2 VARIABLEN 97
4.3 KONSTANTEN 98 GESCANNT DURCH BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/989550222 DIGITALISIERT DURCH VI | INHALT 4.4
METHODENAUFRUFE 100 4.5 WERTZUWEISUNG 102 4.6 OPERATOREN 112 ANWEISUNGEN
UND KONTROLLSTRUKTUREN 129 5.1 FALLENTSCHEIDUNGEN 130 5.2 SCHLEIFEN 139
5.3 ITERATOREN UND AUFZAEHLUNGSOBJEKTE 143 5.4 BLOECKE 154 5.5 DEN
STEUERUNGSABLAUF MODIFIZIEREN 160 5.6 AUSNAHMEN UND AUSNAHMEBEHANDLUNG
170 5.7 BEGIN UND END 182 5.8 THREADS, FIBER UND CONTINUATIONS 183
METHODEN, PROCS, LAMBDAS UND CLOSURES 191 6.1 EINFACHE METHODEN
DEFINIEREN 193 6.2 METHODENNAMEN 196 6.3 METHODEN UND KLAMMERN 199 6.4
METHODENARGUMENTE 202 6.5 PROCS UND LAMBDAS 210 6.6 CLOSURES 219 6.7
METHOD-OBJEKTE 221 6.8 FUNKTIONALE PROGRAMMIERUNG 224 KLASSEN UND MODULE
233 7.1 DEFINIEREN EINER EINFACHEN KLASSE 234 7.2 SICHTBARKEIT VON
METHODEN: PUBLIC, PROTECTED, PRIVATE 253 7.3 SUBKLASSEN UND VERERBUNG
256 7.4 ERZEUGEN UND INITIALISIEREN VON OBJEKTEN 264 7.5 MODULE 270 7.6
LADEN VON MODULEN 275 7.7 SINGLETON-METHODEN UND DIE EIGENKLASSE 280 7.8
METHODEN-LOOKUP 282 7.9 LOOKUP VON KONSTANTEN 285 REFLEXION UND
METAPROGRAMMIERUNG 289 8.1 TYPEN, KLASSEN UND MODULE 291 8.2 STRINGS UND
BLOECKE AUSWERTEN 293 8.3 VARIABLEN UND KONSTANTEN 295 8.4 METHODEN 297
8.5 HOOKS 302 INHALT | VII 8.6 TRACING 304 8.7 OBJECTSPACE UND GC 306
8.8 BENUTZERDEFINIERTE KONTROLLSTRUKTUREN 307 8.9 FEHLENDE METHODEN UND
FEHLENDE KONSTANTEN 310 8.10 METHODEN DYNAMISCH ERZEUGEN 314 8.11
ALIAS-VERKETTUNG 316 8.12 DOMAENENSPEZIFISCHE SPRACHEN 323 9 DIE
RUBY-PLATTFORM 329 9.1 STRINGS 330 9.2 REGULAERE AUSDRUECKE 336 9.3 ZAHLEN
UND BERECHNUNGEN 348 9.4 DATUMS- UND UHRZEITWERTE 353 9.5 COLLECTIONS
355 9.6 DATEIEN UND VERZEICHNISSE 380 9.7 EINVAUSGABE 386 9.8
NETZWERK-HANDLING 397 9.9 THREADS UND PARALLELITAET 404 10 DIE
RUBY-UMGEBUNG 421 10.1 DEN RUBY-INTERPRETER AUFRUFEN 422 10.2 DIE
TOP-LEVEL-UMGEBUNG 427 10.3 »PRACTICAL EXTRACTION AND
REPORT-ARBEITSERLEICHTERUNGEN 436 10.4 DAS BETRIEBSSYSTEM AUFRUFEN 439
10.5 SICHERHEIT 443 INDEX 449
|
adam_txt |
INHALT VORWORT IX 1 EINFUEHRUNG 1 1.1 EINE TOUR DURCH RUBY 2 1.2 RUBY
AUSPROBIEREN 12 1.3 UEBER DIESES BUCH 17 1.4 EIN SUDOKU-LOESER IN RUBY 18
2 DIE STRUKTUR UND AUSFUEHRUNG VON RUBY-PROGRAMMEN 27 2.1 LEXIKALISCHE
STRUKTUR 28 2.2 SYNTAKTISCHE STRUKTUR 36 2.3 DATEISTRUKTUR 38 2.4
PROGRAMMKODIERUNG 39 2.5 PROGRAMMAUSFUEHRUNG 42 3 DATENTYPEN UND OBJEKTE
45 3.1 ZAHLEN 46 3.2 TEXT 50 3.3 ARRAYS 70 3.4 HASHES 73 3.5 BEREICHE 75
3.6 SYMBOLE 78 3.7 TRUE, FALSE UND NIL 79 3.8 OBJEKTE 80 4 AUSDRUECKE UND
OPERATOREN 95 4.1 LITERALE UND SCHLUESSELWORTLITERALE 96 4.2 VARIABLEN 97
4.3 KONSTANTEN 98 GESCANNT DURCH BIBLIOGRAFISCHE INFORMATIONEN
HTTP://D-NB.INFO/989550222 DIGITALISIERT DURCH VI | INHALT 4.4
METHODENAUFRUFE 100 4.5 WERTZUWEISUNG 102 4.6 OPERATOREN 112 ANWEISUNGEN
UND KONTROLLSTRUKTUREN 129 5.1 FALLENTSCHEIDUNGEN 130 5.2 SCHLEIFEN 139
5.3 ITERATOREN UND AUFZAEHLUNGSOBJEKTE 143 5.4 BLOECKE 154 5.5 DEN
STEUERUNGSABLAUF MODIFIZIEREN 160 5.6 AUSNAHMEN UND AUSNAHMEBEHANDLUNG
170 5.7 BEGIN UND END 182 5.8 THREADS, FIBER UND CONTINUATIONS 183
METHODEN, PROCS, LAMBDAS UND CLOSURES 191 6.1 EINFACHE METHODEN
DEFINIEREN 193 6.2 METHODENNAMEN 196 6.3 METHODEN UND KLAMMERN 199 6.4
METHODENARGUMENTE 202 6.5 PROCS UND LAMBDAS 210 6.6 CLOSURES 219 6.7
METHOD-OBJEKTE 221 6.8 FUNKTIONALE PROGRAMMIERUNG 224 KLASSEN UND MODULE
233 7.1 DEFINIEREN EINER EINFACHEN KLASSE 234 7.2 SICHTBARKEIT VON
METHODEN: PUBLIC, PROTECTED, PRIVATE 253 7.3 SUBKLASSEN UND VERERBUNG
256 7.4 ERZEUGEN UND INITIALISIEREN VON OBJEKTEN 264 7.5 MODULE 270 7.6
LADEN VON MODULEN 275 7.7 SINGLETON-METHODEN UND DIE EIGENKLASSE 280 7.8
METHODEN-LOOKUP 282 7.9 LOOKUP VON KONSTANTEN 285 REFLEXION UND
METAPROGRAMMIERUNG 289 8.1 TYPEN, KLASSEN UND MODULE 291 8.2 STRINGS UND
BLOECKE AUSWERTEN 293 8.3 VARIABLEN UND KONSTANTEN 295 8.4 METHODEN 297
8.5 HOOKS 302 INHALT | VII 8.6 TRACING 304 8.7 OBJECTSPACE UND GC 306
8.8 BENUTZERDEFINIERTE KONTROLLSTRUKTUREN 307 8.9 FEHLENDE METHODEN UND
FEHLENDE KONSTANTEN 310 8.10 METHODEN DYNAMISCH ERZEUGEN 314 8.11
ALIAS-VERKETTUNG 316 8.12 DOMAENENSPEZIFISCHE SPRACHEN 323 9 DIE
RUBY-PLATTFORM 329 9.1 STRINGS 330 9.2 REGULAERE AUSDRUECKE 336 9.3 ZAHLEN
UND BERECHNUNGEN 348 9.4 DATUMS- UND UHRZEITWERTE 353 9.5 COLLECTIONS
355 9.6 DATEIEN UND VERZEICHNISSE 380 9.7 EINVAUSGABE 386 9.8
NETZWERK-HANDLING 397 9.9 THREADS UND PARALLELITAET 404 10 DIE
RUBY-UMGEBUNG 421 10.1 DEN RUBY-INTERPRETER AUFRUFEN 422 10.2 DIE
TOP-LEVEL-UMGEBUNG 427 10.3 »PRACTICAL EXTRACTION AND
REPORT-ARBEITSERLEICHTERUNGEN 436 10.4 DAS BETRIEBSSYSTEM AUFRUFEN 439
10.5 SICHERHEIT 443 INDEX 449 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Flanagan, David Matsumoto, Yukihiro 1965- |
author_GND | (DE-588)136960634 (DE-588)139395970 |
author_facet | Flanagan, David Matsumoto, Yukihiro 1965- |
author_role | aut aut |
author_sort | Flanagan, David |
author_variant | d f df y m ym |
building | Verbundindex |
bvnumber | BV035150124 |
classification_rvk | ST 250 ST 253 |
ctrlnum | (OCoLC)316136095 (DE-599)DNB989550222 |
dewey-full | 005.133 |
dewey-hundreds | 000 - Computer science, information, general works |
dewey-ones | 005 - Computer programming, programs, data, security |
dewey-raw | 005.133 |
dewey-search | 005.133 |
dewey-sort | 15.133 |
dewey-tens | 000 - Computer science, information, general works |
discipline | Informatik |
discipline_str_mv | Informatik |
edition | 1. Aufl., dt. Ausg. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>01930nam a2200505 c 4500</leader><controlfield tag="001">BV035150124</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20200821 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">081110s2008 cc a||| |||| 00||| ger d</controlfield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">08,N31,0015</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">08,A44,0067</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="016" ind1="7" ind2=" "><subfield code="a">989550222</subfield><subfield code="2">DE-101</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9783897218741</subfield><subfield code="c">Pp. : EUR 39.90</subfield><subfield code="9">978-3-89721-874-1</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">3897218747</subfield><subfield code="9">3-89721-874-7</subfield></datafield><datafield tag="024" ind1="3" ind2=" "><subfield code="a">9783897218741</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)316136095</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)DNB989550222</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rakddb</subfield></datafield><datafield tag="041" ind1="1" ind2=" "><subfield code="a">ger</subfield><subfield code="h">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">cc</subfield><subfield code="c">XB-CN</subfield><subfield code="a">gw</subfield><subfield code="c">XA-DE-NW</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-355</subfield><subfield code="a">DE-20</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-92</subfield><subfield code="a">DE-523</subfield><subfield code="a">DE-634</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-861</subfield><subfield code="a">DE-B768</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">005.133</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 250</subfield><subfield code="0">(DE-625)143626:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 253</subfield><subfield code="0">(DE-625)143628:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Flanagan, David</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)136960634</subfield><subfield code="4">aut</subfield></datafield><datafield tag="240" ind1="1" ind2="0"><subfield code="a">The Ruby programming language</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Die Programmiersprache Ruby</subfield><subfield code="b">[behandelt Ruby 1.8 und 1.9]</subfield><subfield code="c">David Flanagan und Yukihiro Matsumoto</subfield></datafield><datafield tag="246" ind1="1" ind2="3"><subfield code="a">Programmieren in Ruby</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">1. Aufl., dt. Ausg.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [u.a.]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2008</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 464 S.</subfield><subfield code="b">Ill.</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Angekündigt u.d.T.: Programmieren in Ruby</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Ruby</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4653817-3</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Ruby</subfield><subfield code="g">Programmiersprache</subfield><subfield code="0">(DE-588)4653817-3</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="700" ind1="1" ind2=" "><subfield code="a">Matsumoto, Yukihiro</subfield><subfield code="d">1965-</subfield><subfield code="e">Verfasser</subfield><subfield code="0">(DE-588)139395970</subfield><subfield code="4">aut</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">DNB Datenaustausch</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016957383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016957383</subfield></datafield><datafield tag="942" ind1="1" ind2="1"><subfield code="c">005.133</subfield><subfield code="e">22/bsb</subfield></datafield><datafield tag="942" ind1="1" ind2="1"><subfield code="e">22/bsb</subfield></datafield></record></collection> |
id | DE-604.BV035150124 |
illustrated | Illustrated |
index_date | 2024-07-02T22:46:21Z |
indexdate | 2024-07-09T21:26:07Z |
institution | BVB |
isbn | 9783897218741 3897218747 |
language | German English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016957383 |
oclc_num | 316136095 |
open_access_boolean | |
owner | DE-355 DE-BY-UBR DE-20 DE-Aug4 DE-92 DE-523 DE-634 DE-11 DE-861 DE-B768 |
owner_facet | DE-355 DE-BY-UBR DE-20 DE-Aug4 DE-92 DE-523 DE-634 DE-11 DE-861 DE-B768 |
physical | XI, 464 S. Ill. |
publishDate | 2008 |
publishDateSearch | 2008 |
publishDateSort | 2008 |
publisher | O'Reilly |
record_format | marc |
spelling | Flanagan, David Verfasser (DE-588)136960634 aut The Ruby programming language Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] David Flanagan und Yukihiro Matsumoto Programmieren in Ruby 1. Aufl., dt. Ausg. Beijing [u.a.] O'Reilly 2008 XI, 464 S. Ill. txt rdacontent n rdamedia nc rdacarrier Angekündigt u.d.T.: Programmieren in Ruby Ruby Programmiersprache (DE-588)4653817-3 gnd rswk-swf Ruby Programmiersprache (DE-588)4653817-3 s DE-604 Matsumoto, Yukihiro 1965- Verfasser (DE-588)139395970 aut DNB Datenaustausch application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016957383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis |
spellingShingle | Flanagan, David Matsumoto, Yukihiro 1965- Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] Ruby Programmiersprache (DE-588)4653817-3 gnd |
subject_GND | (DE-588)4653817-3 |
title | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] |
title_alt | The Ruby programming language Programmieren in Ruby |
title_auth | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] |
title_exact_search | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] |
title_exact_search_txtP | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] |
title_full | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] David Flanagan und Yukihiro Matsumoto |
title_fullStr | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] David Flanagan und Yukihiro Matsumoto |
title_full_unstemmed | Die Programmiersprache Ruby [behandelt Ruby 1.8 und 1.9] David Flanagan und Yukihiro Matsumoto |
title_short | Die Programmiersprache Ruby |
title_sort | die programmiersprache ruby behandelt ruby 1 8 und 1 9 |
title_sub | [behandelt Ruby 1.8 und 1.9] |
topic | Ruby Programmiersprache (DE-588)4653817-3 gnd |
topic_facet | Ruby Programmiersprache |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016957383&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT flanagandavid therubyprogramminglanguage AT matsumotoyukihiro therubyprogramminglanguage AT flanagandavid dieprogrammierspracherubybehandeltruby18und19 AT matsumotoyukihiro dieprogrammierspracherubybehandeltruby18und19 AT flanagandavid programmiereninruby AT matsumotoyukihiro programmiereninruby |