Method: Clive::Type::Object#valid?

Defined in:
lib/clive/type/definitions.rb

#valid?(arg) ⇒ Boolean

Test the value to see if it is a valid value for this Tyoe.

Parameters:

  • arg (String)

    The value to be tested

Returns:



14
15
16
# File 'lib/clive/type/definitions.rb', line 14

def valid?(arg)
  true
end