Method: Weak::UndefinedClass#to_s

Defined in:
lib/weak/undefined.rb

#to_sString Also known as: inspect

Returns the string "UNDEFINED".

Returns:

  • (String)

    the string "UNDEFINED"



24
25
26
# File 'lib/weak/undefined.rb', line 24

def to_s
  "UNDEFINED"
end