<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,7 +1,6 @@
 #!/usr/bin/ruby
 IRB.conf[:AUTO_INDENT] = true
 IRB.conf[:USE_READLINE] = true
-IRB.conf[:LOAD_MODULES] = []  unless IRB.conf.key?(:LOAD_MODULES)
 IRB.conf[:SAVE_HISTORY] = 1000
 IRB.conf[:HISTORY_FILE] = &quot;#{ENV['HOME']}/.irb_history&quot;
 IRB.conf[:PROMPT_MODE] = :SIMPLE
@@ -35,4 +34,8 @@ class Object
     end
     puts `ri '#{method}'`
   end
+  
+  def non_class_methods
+    self.methods - Class.methods
+  end
 end</diff>
      <filename>.irbrc</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>85301118af89e98da28766769f148728bd8cc5bd</id>
    </parent>
  </parents>
  <author>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </author>
  <url>http://github.com/zachinglis/dotfiles/commit/38d718a0fa35204e01b9523da582510de274a918</url>
  <id>38d718a0fa35204e01b9523da582510de274a918</id>
  <committed-date>2008-09-17T19:08:53-07:00</committed-date>
  <authored-date>2008-09-17T19:08:53-07:00</authored-date>
  <message>Updated .irbrc with non_class_methods</message>
  <tree>148eb8436229afa87475ece3f7a67be078cc514f</tree>
  <committer>
    <name>Zach Inglis</name>
    <email>zach@lt3media.com</email>
  </committer>
</commit>
