Flowdock
method

valid_email?

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: CertCommand
valid_email?(email) private

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/commands/cert_command.rb, line 317
  def valid_email?(email)
    # It's simple, but is all we need
    email =~ /\A.+@.+\z/
  end
Register or log in to add new notes.