Sha256: 0b78aac1a09b105b2197d46b922d298fe022f65bdaf9ab48e50f2731e0c7c0b9
Contents?: true
Size: 1.13 KB
Versions: 3
Compression:
Stored size: 1.13 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>init (Reap::Perm)</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/reap/task/fileperm.rb, line 17</span> <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">init</span> <span class="ruby-ivar">@user</span> = <span class="ruby-identifier">section</span>[<span class="ruby-value str">'user'</span>] <span class="ruby-ivar">@group</span> <span class="ruby-operator">||=</span> <span class="ruby-ivar">@user</span> <span class="ruby-ivar">@filemod</span> <span class="ruby-operator">||=</span> <span class="ruby-value">644</span> <span class="ruby-ivar">@dirmod</span> <span class="ruby-operator">||=</span> <span class="ruby-value">755</span> <span class="ruby-keyword kw">end</span></pre> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
reap-4.0.0 | web/rdoc/classes/Reap/Perm.src/M000077.html |
reap-4.0 | web/rdoc/classes/Reap/Perm.src/M000079.html |
reap-5.10.10 | web/rdoc/classes/Reap/Perm.src/M000079.html |