Class: NilClass

Inherits:
Object show all
Defined in:
lib/marso/validation/symbol.rb

Instance Method Summary collapse

Instance Method Details

#ensure_valid_sync_modeObject

Raises:

  • (ArgumentError)


4
5
6
# File 'lib/marso/validation/symbol.rb', line 4

def ensure_valid_sync_mode
  raise ArgumentError, "'sync_mode' cannot be nil" if self == null
end