Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ruby Initiation

Sponsored · Ship Features Fearlessly Turn features on and off without deploys. Used by thousands of Ruby developers.
Avatar for Evan Machnic Evan Machnic
November 09, 2011

Ruby Initiation

Short primer on the Ruby programming language. Presentation originally given 8 November 2011 for the North Florida Ruby Brigade.

Avatar for Evan Machnic

Evan Machnic

November 09, 2011
Tweet

More Decks by Evan Machnic

Other Decks in Programming

Transcript

  1. altogether now class Person def fname “Evan” end end evan

    = Person.new evan.name # “Evan” Tuesday, November 8, 11