class Pipl::UserID

Public Instance Methods

is_searchable?() click to toggle source
# File lib/pipl/fields.rb, line 439
def is_searchable?
  not /.+@.+/.match(@content).nil?
end