pius / pomegranate

Pomegranate is a Ruby library for inferencing over a corpus of triples with RDFS and OWL properties.

This URL has Read+Write access

pomegranate / doc / Pathname.html
100644 90 lines (76 sloc) 2.701 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
  <head>
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="style.css" type="text/css" charset="utf-8" />
<link rel="stylesheet" href="syntax_highlight.css" type="text/css" charset="utf-8" />
 
    <script src="jquery.js" type="text/javascript" charset="utf-8"></script>
    <script src="app.js" type="text/javascript" charset="utf-8"></script>
    <title>Class: Pathname</title>
  </head>
  <body>
    <div id="content">
      <div class="section class Pathname">
  <h1 class="title">Class: Pathname</h1>
  <div class="section constants">
  
</div> <div class="section visibilitygroup public">
    <h1>Public Visibility</h1>
      <div class="section methodsummary instance public">
    <h1>Public Instance Method Summary</h1>
<table class="summary">
  
    <tr>
      <th class="signature">
        <span class='name'><a href='#%2F-instance_method' title='#/'>#/</a></span><span class='args'>(path)</span>
        <span class='block'></span>
        
      </th>
      <td class="docstring">
        
        
      </td>
    </tr>
  
</table>
  </div>
<div class="section methoddetails instance public">
  <h1>Public Instance Method Details</h1>
  
    <div class="method">
      <div class="method_header">
  <h3>/</h3>
</div><div id="%2F-instance_method" class="section method">
  <div class="details_title">
  <div class='section methodsignature'>
  <tt class='def'>
    <span class='visibility'>public</span>
    <span class='return_types'></span>
    <span class='name'>/</span><span class='args'>(path)</span>
    <span class='block'></span>
  </tt>
</div>
 
</div><div class="section source">
  <span>[<a class="source_link" href="#">View source</a>]</span>
  <div class="source_code">
    <table>
      <tr>
        <td>
          <pre class="lines">
 
 
23
24
25</pre>
        </td>
        <td>
          <pre class="code"><span class="info file"># File 'lib/pomegranate.rb', line 23</span>
 
<span class='def def kw'>def</span> <span class='div op'>/</span><span class='lparen token'>(</span><span class='path identifier id'>path</span><span class='rparen token'>)</span>
  <span class='lparen token'>(</span><span class='self self kw'>self</span> <span class='plus op'>+</span> <span class='path identifier id'>path</span><span class='rparen token'>)</span><span class='dot token'>.</span><span class='expand_path identifier id'>expand_path</span>
<span class='end end kw'>end</span>
</pre>
        </td>
      </tr>
    </table>
  </div>
</div>
</div>
    </div>
  
</div>
  </div>
 
</div>
    </div>
  </body>
</html>