71 72 73
# File 'lib/edn/core_ext.rb', line 71 def to_edn '#{' + self.to_a.map(&:to_edn).join(" ") + '}' end