Skip to content

Commit

Permalink
modify slides: ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhovov committed Aug 29, 2011
1 parent 14c1f27 commit 39e19d5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ <h1>with <span class="mark_red">elegant</span>, <span class="mark_green">flexibl
*
-->
<div class="slide centercontents">
<header>Blocks</header>
<header>Methods</header>
<section>
<ul class="large">

Expand Down Expand Up @@ -962,7 +962,7 @@ <h1>with <span class="mark_red">elegant</span>, <span class="mark_green">flexibl
*
-->
<div class="slide centercontents">
<header>Blocks</header>
<header>Methods</header>
<section>
<ul class="large">

Expand Down Expand Up @@ -1066,9 +1066,11 @@ <h1>with <span class="mark_red">elegant</span>, <span class="mark_green">flexibl
*
-->
<div class="slide centercontents">
<header>Everything is an Object </header>
<header>Really Object Oriented </header>
<section>
<ul class="large">

<li>Everything is an Object</li>
<pre style="font-size:22px">

<b>"Hello World"</b>.class # <b>String</b>
Expand All @@ -1079,7 +1081,7 @@ <h1>with <span class="mark_red">elegant</span>, <span class="mark_green">flexibl


</pre>

</ul>
</section>
</div>

Expand Down

0 comments on commit 39e19d5

Please sign in to comment.