Ruby First Step: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    13 November 2014

    • curprev 18:0218:02, 13 November 2014Nicolas Rollin talk contribs 4,086 bytes +4,086 Created page with "== First Step == === Call Ruby command line === <pre>irb</pre> === Methode === * Define a methode "m" <pre>def m(name = "World") puts "Hello Mr #{name.capitalize}!" end</pre>..."