module EDN::CoreExt::NilClass

Public Instance Methods

to_edn() click to toggle source
# File lib/edn/core_ext.rb, line 77
def to_edn
  "nil"
end