Method: Cuboid::OptionGroup#validate

Defined in:
lib/cuboid/option_group.rb

#validateHash

This method is abstract.

Returns Hash of errors with the name of the invalid options as the keys.

Returns:

  • (Hash)

    Hash of errors with the name of the invalid options as the keys.



75
76
77
# File 'lib/cuboid/option_group.rb', line 75

def validate
    {}
end