Sha256: 459f655ccd7acc9620c94e7030aaf42a9e85c90eb9d0f39f5b10ab7a1fc68dec

Contents?: true

Size: 1.69 KB

Versions: 1

Compression:

Stored size: 1.69 KB

Contents

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE html 
     PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
  <title>open (Eymiha::UrlOpener)</title>
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
</head>
<body class="standalone-code">
  <pre><span class="ruby-comment cmt"># File lib/eymiha/url/url_opener.rb, line 95</span>
    <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">open</span> <span class="ruby-identifier">url</span>
      <span class="ruby-constant">Thread</span>.<span class="ruby-identifier">new</span> {
        <span class="ruby-keyword kw">begin</span>
          <span class="ruby-identifier">send</span> <span class="ruby-node">&quot;open_#{Config::CONFIG['target_vendor']}&quot;</span>.<span class="ruby-identifier">to_sym</span>,
          <span class="ruby-ivar">@url_normalizer</span>.<span class="ruby-identifier">normalize</span>(<span class="ruby-identifier">url</span>.<span class="ruby-identifier">to_s</span>,<span class="ruby-ivar">@relative_base</span>)
        <span class="ruby-keyword kw">rescue</span> <span class="ruby-constant">Exception</span> =<span class="ruby-operator">&gt;</span> <span class="ruby-identifier">exception</span>
          <span class="ruby-ivar">@exception_handler</span>.<span class="ruby-identifier">handle</span> <span class="ruby-identifier">exception</span>
        <span class="ruby-keyword kw">end</span>
        <span class="ruby-identifier">terminate</span>
      }
    <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eymiha_url-1.0.2 html/classes/Eymiha/UrlOpener.src/M000020.html