Sha256: 5bdede2162a3364efc9b795aa263ca3a72c7511c94551491434c0b54dd02f75b

Contents?: true

Size: 1.61 KB

Versions: 1

Compression:

Stored size: 1.61 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>privatize_public_instance_methods (Class)</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/eymiha/test/probe.rb, line 33</span>
  <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">privatize_public_instance_methods</span>(<span class="ruby-identifier">methods</span>)
    <span class="ruby-identifier">target_methods</span> = <span class="ruby-identifier">methods</span>.<span class="ruby-identifier">select</span> { <span class="ruby-operator">|</span><span class="ruby-identifier">method</span><span class="ruby-operator">|</span>
      <span class="ruby-identifier">instance_methods</span>.<span class="ruby-identifier">include?</span> <span class="ruby-identifier">method</span>.<span class="ruby-identifier">to_s</span> }
    <span class="ruby-identifier">private</span>(<span class="ruby-operator">*</span><span class="ruby-identifier">target_methods</span>) <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">target_methods</span>.<span class="ruby-identifier">size</span> <span class="ruby-operator">&gt;</span> <span class="ruby-value">0</span>
    <span class="ruby-identifier">target_methods</span>
  <span class="ruby-keyword kw">end</span></pre>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
eymiha_test-1.0.0 html/classes/Class.src/M000002.html