consolidating first two exercises into hodgepodge
This commit is contained in:
6
cookbook/015/hodgepodge/app/views/novel/index.html.erb
Normal file
6
cookbook/015/hodgepodge/app/views/novel/index.html.erb
Normal file
@@ -0,0 +1,6 @@
|
||||
<h1><%= @title %></h1>
|
||||
|
||||
<p>I looked up, but saw only the number <%= @counter %></p>
|
||||
|
||||
<p>“What are you doing here?” I asked sharply. “Was it
|
||||
<%= @counter.succ %> who sent you?”</p>
|
2
cookbook/015/hodgepodge/app/views/novel/sequel.html.erb
Normal file
2
cookbook/015/hodgepodge/app/views/novel/sequel.html.erb
Normal file
@@ -0,0 +1,2 @@
|
||||
<p>Here they come, the counting numbers,
|
||||
<%= $one %>, <%= $two %>, <%= $three %>.</p>
|
Reference in New Issue
Block a user