Sha256: a8c3f470528b134738a71d8b4cdbc7cda1ba1eb291e9f2e1cb0636a97c4ce98a

Contents?: true

Size: 884 Bytes

Versions: 7

Compression:

Stored size: 884 Bytes

Contents

<% $style = "border-left: thick dotted LightGrey; padding-left: 1em;" %>
<% hello "Pretentious", 1, 2, 3 do %>
  <big>I'm</big> the very first node, oh _yes_ I am! *sneer*

  <% hello "Bashful", 4, 5, 6 do %>
    Hi, I... *hide*

    <% hello "Hopeful", rand do %>
      *sigh*

      <% hello "Confused", (rand * rand) do %>
        Huh?
      <% end %>
    <% end %>

    <% hello "Raving", __FILE__ do %>
      Oh it's *on* now! You're going *down*!
    <% end %>
  <% end %>

  <% hello "Sleepy", Time.now do %>
    *yawn* Just five more minutes...

    <% hello "Peaceful", Dir.pwd do %>
      So _be_ happy my friend, *happy*!

      <%= hello "Lonely (as you can see, I have no block)" %>
    <% end %>
  <% end %>
<% end %>

<% hello "Snappy" do %>
  Zip! Zap! Wake up, you sap!
  _Whoo I'm wild!_ ;-)
<% end %>

<%= hello "Independent (no block, no parents, I am _free_!)" %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
erbook-7.0.0 doc/HelloWorld.input
erbook-6.1.0 doc/HelloWorld.input
erbook-6.0.1 doc/HelloWorld.input
erbook-6.0.0 doc/HelloWorld.input
erbook-5.0.0 doc/HelloWorld.input
erbook-4.0.0 doc/HelloWorld.input
gerbil-3.1.0 doc/HelloWorld.input