Download latest ISO from here and disable secure boot if you have an EFI
motherboard.
Start the iwd interactive prompt. he interactive prompt is then displayed with a prefix of [iwd]#.
iwctl
diff --git a/ext/openssl/extconf.rb b/ext/openssl/extconf.rb | |
index 8c04cb5..132d803 100644 | |
--- a/ext/openssl/extconf.rb | |
+++ b/ext/openssl/extconf.rb | |
@@ -104,6 +104,9 @@ | |
have_func("SSLv2_method") | |
have_func("SSLv2_server_method") | |
have_func("SSLv2_client_method") | |
+have_func("SSLv3_method") | |
+have_func("SSLv3_server_method") |
Download latest ISO from here and disable secure boot if you have an EFI
motherboard.
Start the iwd interactive prompt. he interactive prompt is then displayed with a prefix of [iwd]#.
iwctl
class ResultsPage < SimpleDelegator | |
def listings | |
css('li.product-item, [class*=product-listing-page__list-item]').map{|el| Listing.new el} | |
end | |
end | |
class Listing < SimpleDelegator | |
def brand | |
at('[class*=product__brand]').text.gsub(/ tire/i, '') | |
end |