57 58 59
# File 'lib/rex/sslscan/result.rb', line 57 def tlsv1 @ciphers.reject{|cipher| cipher[:version] != :TLSv1 } end