Sha256: 1118c6aa1d8e5c0bcdf5dead404b4dce09a886470a744fecf6beb13d43b80faa

Contents?: true

Size: 1.72 KB

Versions: 4

Compression:

Stored size: 1.72 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>methods (Object)</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/facet/module/methods.rb, line 82</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">methods</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">args</span>)
    <span class="ruby-identifier">args</span> = [ <span class="ruby-identifier">:public</span> ] <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">empty?</span>
    <span class="ruby-identifier">m</span> = <span class="ruby-keyword kw">self</span>.<span class="ruby-identifier">class</span>.<span class="ruby-identifier">methods</span>( <span class="ruby-operator">*</span><span class="ruby-identifier">args</span> )
    <span class="ruby-identifier">m</span> <span class="ruby-operator">|=</span> <span class="ruby-identifier">singleton_methods</span> <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">include?</span>( <span class="ruby-identifier">:singleton</span> ) <span class="ruby-keyword kw">or</span> <span class="ruby-identifier">args</span>.<span class="ruby-identifier">include?</span>( <span class="ruby-identifier">:all</span> )
    <span class="ruby-identifier">m</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
facets-0.6.3 doc/classes/Object.src/M000215.html
facets-0.7.0 doc/atomic-rdoc/classes/Object.src/M000207.html
facets-0.7.1 doc/atomic-rdoc/classes/Object.src/M000207.html
facets-0.7.2 doc/atomic-rdoc/classes/Object.src/M000209.html