# Ruby Treasures 0.4
# Copyright (C) 2002 Paul Brannan <paul@atdesk.com>
# 
# You may distribute this software under the same terms as Ruby (see the file
# COPYING that was distributed with this library).
# 
require 'become.so'

if false then

class Object
  ##
  # Become another object (sort of like a powerful version of swap).
  def become(other)
  end
end

end
