Method: EDN::Type::Unknown#value

Defined in:
lib/edn/type/unknown.rb

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



3
4
5
# File 'lib/edn/type/unknown.rb', line 3

def value
  @value
end