Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
update readme contents
Browse files Browse the repository at this point in the history
  • Loading branch information
xinuc committed Apr 17, 2012
1 parent c7846b6 commit f850ba2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
21 changes: 9 additions & 12 deletions Readme.md
Expand Up @@ -11,20 +11,19 @@ install ruby dengan perintah `sudo apt-get install ruby`
## Session 1: Basic Ruby

* Ruby Overview
* Console I/O
* Menjalankan Ruby
* Syntax dan Idiom
* Object-Oriented in Ruby: Classes, Attributes, Methods
* String Type and Operations
* Numeric Types and Mathematical Expressions
* Boolean Expressions
* Numeric
* Boolean
* Conditional Constructs
* Arrays
* Loop Constructs
* Code Blocks
* Ranges
* Regular Expressions
* Symbols
* Hashes
* Methods

## Session 2: OOP with Ruby

Expand All @@ -48,12 +47,10 @@ install ruby dengan perintah `sudo apt-get install ruby`

## Session 4: Testing

* Unit Testing with Test::Unit
* Leveraging Libraries
* RubyForge and RubyGems
* Libraries
* Instalasi & Menggunakan Gems
* Bundler
* Packaging Programs and Libraries for Distribution
* Testing
* Unit Testing with Minitest
* Introduction to TDD
* Red-Green-Refactor
* Describing a feature
* Verifying expectations
* Mocks & Stubs
2 changes: 1 addition & 1 deletion Session1.md
Expand Up @@ -23,7 +23,7 @@ Berikut ini adalah contoh program hello world di ruby:
puts "Hello world"
```

## Menjalankan ruby
## Menjalankan Ruby

Cara paling mudah untuk mencoba ruby adalah dengan menggunakan irb (interactive ruby).

Expand Down

0 comments on commit f850ba2

Please sign in to comment.