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