Returns:
31 32 33 34
# File 'lib/upay/address/address.rb', line 31 def valid? validator = AddressValidator.new validator.valid?(self) end