Sha256: ca3d9e40c89d31a0849cd3cba1bc0db712cc6e2d0ab87abc160836988a7c8943

Contents?: true

Size: 806 Bytes

Versions: 4

Compression:

Stored size: 806 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>image? (TaskFile)</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 app/models/task_file.rb, line 4</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">image?</span>
    <span class="ruby-identifier">content_type</span> <span class="ruby-operator">=~</span> <span class="ruby-regexp re">/^image\//</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
backlog-0.8.0 doc/classes/TaskFile.src/M000239.html
backlog-0.8.0 doc/classes/TaskFile.src/M000240.html
backlog-0.8.1 doc/classes/TaskFile.src/M000239.html
backlog-0.8.1 doc/classes/TaskFile.src/M000240.html