Sha256: bfac4a62d9ef6559db2376966965abb5cdc84278fc24dbd727eabc65f324880a

Contents?: true

Size: 1.23 KB

Versions: 3

Compression:

Stored size: 1.23 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>registered? (MIME::Type)</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/mime/types.rb, line 393</span>
393:     <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">registered?</span>
394:       <span class="ruby-keyword kw">if</span> (<span class="ruby-ivar">@raw_media_type</span> <span class="ruby-operator">=~</span> <span class="ruby-constant">UNREG_RE</span>) <span class="ruby-operator">||</span> (<span class="ruby-ivar">@raw_sub_type</span> <span class="ruby-operator">=~</span> <span class="ruby-constant">UNREG_RE</span>)
395:         <span class="ruby-keyword kw">false</span>
396:       <span class="ruby-keyword kw">else</span>
397:         <span class="ruby-ivar">@registered</span>
398:       <span class="ruby-keyword kw">end</span>
399:     <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
IOWA-1.0.3 external/mime-types/doc/classes/MIME/Type.src/M000021.html
IOWA-1.0.2 external/mime-types/doc/classes/MIME/Type.src/M000021.html
IOWA-1.0.0 external/mime-types/doc/classes/MIME/Type.src/M000021.html