class NilClass

Public Instance Methods

ensure_valid_sync_mode() click to toggle source
# File lib/marso/validation/symbol.rb, line 4
def ensure_valid_sync_mode
  raise ArgumentError, "'sync_mode' cannot be nil" if self == null
end