<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,11 @@ module Steam
       super
     end
 
+    # FIXME - there has to be a better way to enforce this - how does webrat handle it?
+    def select(*args, &amp;block)
+      browser.select(*args, &amp;block)
+    end
+
     def method_missing(method, *args, &amp;block)
       return browser.send(method, *args, &amp;block) # if browser.respond_to?(method)
       super</diff>
      <filename>lib/steam/session.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c036c93c9fdc49cfa99aa5f9be8a2de43405e1f8</id>
    </parent>
  </parents>
  <author>
    <name>Clemens Kofler</name>
    <email>clemens@railway.at</email>
  </author>
  <url>http://github.com/svenfuchs/steam/commit/a5d10e168c8f5d97abeac6faf56dfb64817eb9b4</url>
  <id>a5d10e168c8f5d97abeac6faf56dfb64817eb9b4</id>
  <committed-date>2009-11-08T09:02:08-08:00</committed-date>
  <authored-date>2009-11-08T09:01:30-08:00</authored-date>
  <message>explicitly delegate #select to browser so we avoid calling Kernel#select</message>
  <tree>4ef715127c30d8a0688c9909f07acf5e0e75cf2d</tree>
  <committer>
    <name>Clemens Kofler</name>
    <email>clemens@railway.at</email>
  </committer>
</commit>
