Skip to content

Commit f850ba2

Browse files
committed
update readme contents
1 parent c7846b6 commit f850ba2

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

Readme.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,19 @@ install ruby dengan perintah `sudo apt-get install ruby`
1111
## Session 1: Basic Ruby
1212

1313
* Ruby Overview
14-
* Console I/O
14+
* Menjalankan Ruby
15+
* Syntax dan Idiom
1516
* Object-Oriented in Ruby: Classes, Attributes, Methods
1617
* String Type and Operations
17-
* Numeric Types and Mathematical Expressions
18-
* Boolean Expressions
18+
* Numeric
19+
* Boolean
1920
* Conditional Constructs
2021
* Arrays
21-
* Loop Constructs
2222
* Code Blocks
2323
* Ranges
2424
* Regular Expressions
2525
* Symbols
2626
* Hashes
27-
* Methods
2827

2928
## Session 2: OOP with Ruby
3029

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

4948
## Session 4: Testing
5049

51-
* Unit Testing with Test::Unit
52-
* Leveraging Libraries
53-
* RubyForge and RubyGems
50+
* Libraries
51+
* Instalasi & Menggunakan Gems
52+
* Bundler
5453
* Packaging Programs and Libraries for Distribution
54+
* Testing
55+
* Unit Testing with Minitest
5556
* Introduction to TDD
56-
* Red-Green-Refactor
57-
* Describing a feature
58-
* Verifying expectations
59-
* Mocks & Stubs

Session1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Berikut ini adalah contoh program hello world di ruby:
2323
puts "Hello world"
2424
```
2525

26-
## Menjalankan ruby
26+
## Menjalankan Ruby
2727

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

0 commit comments

Comments
 (0)