# File rexml/child.rb, line 78
  def previous_sibling=(other)
		  parent.insert_before self, other
		end