Skip to content

Commit b5432ed

Browse files
authored
Merge pull request #8 from rubytaiwan/fix-desc-of-okuramasafumi
Fix Typo
2 parents 7ade60a + 4c18384 commit b5432ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_data/schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@
278278
speaker_name: OKURA Masafumi
279279
speaker_github: okuramasafumi
280280
speaker_x: okuramasafumi
281-
speaker_bio: Chief organizer of #kaigionrails
281+
speaker_bio: "Chief organizer of KaigiOnRails"
282282
subject: 'Why doesn''t Ruby have Boolean class?'
283283
abstract: "Ruby is a fully object-oriented language. While other OO languages such as Java have a `Boolean` class, Ruby doesn't have it. It doesn't have methods like `to_bool`. So, is it bad for Ruby programmers? No, we feel comfortable without `Boolean` class or `to_bool` method.\nThis leads to questions: What is Boolean, what is class and how Ruby designs it? And finally, why doesn't Ruby have Boolean class?\nThis talk answers \"Why doesn't Ruby have Boolean class?\" question and explores the world of OOP and language design."
284284
- session_id: s10

0 commit comments

Comments
 (0)