class Phlex::SGML

def format_object(object)

def format_object(object)
	case object
	when Float, Integer
		object.to_s
	end
end