- 
					
						08 Dec 15:54TDD AssignmentsTDD developing an assignment class 
- 
					
						06 Dec 15:55Testingintro to testing and TDD 
- 
					
						01 Dec 15:47More Modulesincluding vs extending, enumerable and comparable 
- 
					
						29 Nov 15:49Modulesmodules as namespaces and mixins 
- 
					
						22 Nov 15:48Photo Examplephoto class with custom exception classes 
- 
					
						17 Nov 16:08Exception Handlingrescuing, raising, and re-reaising 
- 
					
						15 Nov 15:57Benchmarking and Exceptionslibrary adding it's own methods, benchmarking, and beginning of exceptions 
- 
					
						10 Nov 15:54Library with Dynamic Methodsbook and library example 
- 
					
						03 Nov 15:51Returning Values and Calling Methodsbooks and library, assignment operator 
- 
					
						01 Nov 15:50Parameter Passingcollapsing and expanding passed values, hash arguments 
- 
					
						27 Oct 15:54Regexp's and MethodsParsing and changing strings with regexp's and passing values to methods 
- 
					
						25 Oct 15:48More RegexpsMore car matching and phone numbers 
- 
					
						20 Oct 15:51RainbowColors and RegexpRainbow range example and more regular expression work 
- 
					
						18 Oct 15:46Ranges and Regexpsranges and regular expressions 
- 
					
						13 Oct 15:46Nim and Standard TypesFinished OO Nim exmaple, numbers, strings, ISO country code example 
- 
					
						11 Oct 15:55OO Nimpractice writing Nim in OO with blocks amd Procs 
- 
					
						06 Oct 15:52More more BlocksInject, block_given, Proc's and more madness 
- 
					
						04 Oct 16:01Common Iteratorsworking with the find, each, each_char, sort, map, and collect iterators 
- 
					
						29 Sep 15:51More Blocks and Interatorsrepeat_it, times, walk_thru, each, and find 
- 
					
						27 Sep 15:55Hashes, Blocks, and Iteratorsfinishes cart array example, intro to hashes, and intro to blocks and iterators 
- 
					
						22 Sep 15:53Arraysexample of array usage and starting of the cart class 
- 
					
						20 Sep 16:10Selections and Loopsif and unless, case, while 
- 
					
						15 Sep 15:48Comparisons and IfsComparison operators and if statements 
- 
					
						13 Sep 15:50Access Control, Expressions, and MethodsBankAccounts, expressions, and operators 
- 
					
						08 Sep 15:55Inheritance and Class Variables and Methodsperson and employee example with inheritance and employee counting 
- 
					
						06 Sep 15:57OOP Virtual Attributesupdated person, file, and book classes 
- 
					
						01 Sep 15:54Overriding and AccessorsOverriding methods and using accessors (readers and writers) to work with attributes 
- 
					
						30 Aug 15:50IO and OOPhelpful IO methods and starting OOP examples 
- 
					
						25 Aug 15:54Welcome and BasicsWelcome example, variables, and methods