Sha256: 6e5d550a3b2fafef34a4d64a9c4a10d8a3e4a0734f090aa8356c971f94aca4b8
Contents?: true
Size: 937 Bytes
Versions: 1
Compression:
Stored size: 937 Bytes
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>isFirefox? (UserAgentInfo::UserAgent)</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/user_agent_info.rb, line 56</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">isFirefox?</span>(<span class="ruby-identifier">version</span> = <span class="ruby-keyword kw">nil</span>) <span class="ruby-identifier">browser_query</span>(<span class="ruby-value str">'Firefox'</span>, <span class="ruby-identifier">version</span>) <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
user_agent_info-0.1.0 | doc/classes/UserAgentInfo/UserAgent.src/M000003.html |