<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>examples/tasty_feed.rb</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -59,12 +59,14 @@ module Bricklayer
       end
     end
     
+    def remote_methods
+      state[:remote_methods].keys.collect{|m| m.to_s}
+    end
     
     def authenticate(u,p)
       @creds = [u, p]
     end
     
-    
     private
     def call_remote(method, args, &amp;block)
       current_method = state[:remote_methods][method]
@@ -128,7 +130,6 @@ module Bricklayer
     
   end
   
-  
   class RemoteMethod
     attr_accessor :method_name, :default_parameter_stack, 
       :override_parameter_stack, :service_url, </diff>
      <filename>lib/bricklayer.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>9126de77fdcf0ca627e26c26f01f4d507b4d8735</id>
    </parent>
  </parents>
  <author>
    <name>Mason Browne</name>
    <email>mason@thinknit.net</email>
  </author>
  <url>http://github.com/heypanda/bricklayer/commit/e47dfba59f5a3f7d8667fdcc072089cdb0f44037</url>
  <id>e47dfba59f5a3f7d8667fdcc072089cdb0f44037</id>
  <committed-date>2008-08-10T01:13:11-07:00</committed-date>
  <authored-date>2008-08-10T01:13:11-07:00</authored-date>
  <message>added example client for delicious, added remote_method method for listing remote methods</message>
  <tree>c9442b2c60ec2c6ff1639423e2a8c3e40de7ae0a</tree>
  <committer>
    <name>Mason Browne</name>
    <email>mason@thinknit.net</email>
  </committer>
</commit>
