<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -5,7 +5,7 @@ class LobbyConstructor
   
   ##
   # This method is responsible for constructing the &quot;lobby environment.&quot;
-  def self.construct
+  def self.construct!
     lobby = ::Kernel::lobby
     def lobby.inspect
       &quot;lobby&quot;</diff>
      <filename>lib/lobby.rb</filename>
    </modified>
    <modified>
      <diff>@@ -2,9 +2,9 @@
 require 'lobby'
 
 describe LobbyConstructor do
-  describe '::construct' do
+  describe '::construct!' do
     before :all do
-      LobbyConstructor::construct
+      LobbyConstructor::construct!
     end
     
     it 'should rename the root object to &quot;lobby&quot;' do</diff>
      <filename>spec/lobby_spec.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7aa89f04f41a97fe9fe2f6151e379a9f5fe58c3f</id>
    </parent>
  </parents>
  <author>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </author>
  <url>http://github.com/elliottcable/lobby/commit/1dde36396b27c6699c29a0c227b96d6c7a34d25e</url>
  <id>1dde36396b27c6699c29a0c227b96d6c7a34d25e</id>
  <committed-date>2009-06-17T03:40:40-07:00</committed-date>
  <authored-date>2009-06-17T03:40:40-07:00</authored-date>
  <message>Renaming 'construct' to 'construct!'</message>
  <tree>e0f2bb6b4b9188f0254944d91fa9b7268f4af0bd</tree>
  <committer>
    <name>elliottcable</name>
    <email>git@elliottcable.name</email>
  </committer>
</commit>
