module Trenni::Strings

def self.to_simple_attribute(key, strict)

def self.to_simple_attribute(key, strict)
	strict ? %Q{#{key}="#{key}"} : key.to_s
end