1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-06 16:48:01 +00:00

Add Use A Case Statement As A Cond Statment as a ruby til

This commit is contained in:
jbranchaud
2016-12-22 13:16:32 -06:00
parent 56358fe6ad
commit 577d8e859b
2 changed files with 31 additions and 1 deletions

View File

@@ -7,7 +7,7 @@ variety of languages and technologies. These are things that don't really
warrant a full blog post. These are mostly things I learn by pairing with
smart people at [Hashrocket](http://hashrocket.com/).
_492 TILs and counting..._
_493 TILs and counting..._
---
@@ -385,6 +385,7 @@ _492 TILs and counting..._
- [Uncaught Exceptions In Pry](ruby/uncaught-exceptions-in-pry.md)
- [`undef_method` And The Inheritance Hierarchy](ruby/undef-method-and-the-inheritance-hierarchy.md)
- [Up And Down With Integers](ruby/up-and-down-with-integers.md)
- [Use A Case Statement As A Cond Statement](ruby/use-a-case-statement-as-a-cond-statement.md)
- [Who Are My Ancestors?](ruby/who-are-my-ancestors.md)
- [Zero Padding](ruby/zero-padding.md)