Sha256: a110497802b5755460440f222f3a2a9108b17d0f338aad97ba5b093f696174f9

Contents?: true

Size: 822 Bytes

Versions: 10

Compression:

Stored size: 822 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>leaf? (Task)</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.rb, line 223</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">leaf?</span>
    <span class="ruby-identifier">children</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">==</span> <span class="ruby-value">0</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

10 entries across 5 versions & 1 rubygems

Version Path
backlog-0.7.10 doc/classes/Task.src/M000260.html
backlog-0.7.10 doc/classes/Task.src/M000298.html
backlog-0.7.12 doc/classes/Task.src/M000260.html
backlog-0.7.12 doc/classes/Task.src/M000298.html
backlog-0.7.9 doc/classes/Task.src/M000296.html
backlog-0.7.9 doc/classes/Task.src/M000258.html
backlog-0.8.0 doc/classes/Task.src/M000300.html
backlog-0.8.0 doc/classes/Task.src/M000262.html
backlog-0.8.1 doc/classes/Task.src/M000262.html
backlog-0.8.1 doc/classes/Task.src/M000300.html