Skip to content

Commit

Permalink
Ruby Hooks: Add Thanks page, with "get the hook" image
Browse files Browse the repository at this point in the history
  • Loading branch information
booch committed Nov 10, 2016
1 parent 335a16c commit 4e50a6f
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 2 deletions.
Binary file added Ruby_Hooks/get_the_hook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion Ruby_Hooks/slides.html
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
margin: 10px 0;
vertical-align: middle;
}
.thanks img {
width: 500px;
margin-left: 100px;
}
</style>
</head>
<body>
Expand Down Expand Up @@ -535,6 +539,18 @@
* `NyNum#coerce(x)` will return `[self, z = MyNum.new(x)]`
* Ruby will then call `z.*(y)`

---
class: thanks

# Thanks

![](get_the_hook.png)

???

* Thank YOU for coming
* Thanks to STL Ruby members for feedback on my first version

---

# Feedback
Expand All @@ -552,7 +568,7 @@
???

* Please talk to me in the hallway!

* Pictures from Clipart.co



Expand Down
4 changes: 4 additions & 0 deletions Ruby_Hooks/slides.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,10 @@
margin: 10px 0;
vertical-align: middle;
}
.thanks img {
width: 500px;
margin-left: 100px;
}
</style>
</head>
<body>
Expand Down
14 changes: 13 additions & 1 deletion Ruby_Hooks/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,18 @@ A subclassed in B
* `NyNum#coerce(x)` will return `[self, z = MyNum.new(x)]`
* Ruby will then call `z.*(y)`

---
class: thanks

# Thanks

![](get_the_hook.png)

???

* Thank YOU for coming
* Thanks to STL Ruby members for feedback on my first version

---

# Feedback
Expand All @@ -437,7 +449,7 @@ A subclassed in B
???

* Please talk to me in the hallway!

* Pictures from Clipart.co



Expand Down

0 comments on commit 4e50a6f

Please sign in to comment.