Sha256: 335f38c5b0b637a59474d97457e9c17b8055a1a644daaa5b56a07515aaa140c8
Contents?: true
Size: 1.1 KB
Versions: 3
Compression:
Stored size: 1.1 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>authorize_error (Mu::Command::Curl)</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/mu/command/curl.rb, line 8</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">authorize_error</span> <span class="ruby-identifier">e</span> <span class="ruby-identifier">base_url</span> = <span class="ruby-node">"#{e.scheme}://#{e.host}:#{e.port}"</span> <span class="ruby-identifier">puts</span> <span class="ruby-identifier">error</span> <span class="ruby-node">"You haven't verified that you are the dev/ops for #{e.host}"</span> <span class="ruby-identifier">puts</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
mu-5.7.2.6 | rdoc/classes/Mu/Command/Curl.src/M000125.html |
mu-5.7.2.5 | rdoc/classes/Mu/Command/Curl.src/M000125.html |
mu-5.7.2.4 | rdoc/classes/Mu/Command/Curl.src/M000125.html |