class EDN::Type::Unknown
Public Instance Methods
to_edn()
click to toggle source
# File lib/edn/type/unknown.rb, line 4 def to_edn EDN.tagout(tag, value) end
# File lib/edn/type/unknown.rb, line 4 def to_edn EDN.tagout(tag, value) end