£Á°èZ¨Ä…–K§‚«“ô4“ÒÙ´dîfUÙÃÅ WKbyʦ•ꎅȮFÒ¿ÊÎóCozá¬S@6{Í:›œêZÌ:Š•_%:¢¾¾~;‘Ã~芩ÊǍí`ÔÑ©ú뙵'5I¿fš×WO%ø9¾«¾DK|€ùÍD”Ýs]nHÕ¶êםӼ㞪éUWŸÈË%DÒÕ¬ï‘]/Åcx ‰ï2ß]ä6G[]S£Ôϯrs{úëóµmÒï#UQxo·õÞCe]"±/aÙ&Eã4ú9Jé_ÞåëdãöKë)AÞ ¯¹ægƒÛowЍø^d™ý½ßB7áyMä9ÜÖUã !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! --- !ruby/object:RI::MethodDescription aliases: [] block_params: comment: - !ruby/struct:SM::Flow::P body: "Send a GET request to the target and return the response as a string. The target can either be specified as (uri), or as (host, path, port = 80); so:" - !ruby/struct:SM::Flow::VERB body: " print Net::HTTP.get(URI.parse('http://www.example.com/index.html'))\n" - !ruby/struct:SM::Flow::P body: "or:" - !ruby/struct:SM::Flow::VERB body: " print Net::HTTP.get('www.example.com', '/index.html')\n" full_name: Net::HTTP::get is_singleton: true name: get params: (uri_or_host, path = nil, port = nil) visibility: public