context 0.0.16 → 0.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (117) hide show
  1. data/AUTHORS +1 -0
  2. data/COPYING +679 -0
  3. data/README +188 -0
  4. data/Rakefile.rb +64 -18
  5. data/lib/Context/Bridge.rb +7 -6
  6. data/lib/Context/Context.rb +14 -35
  7. data/lib/Context/Gtk/Widget.rb +139 -33
  8. data/lib/Context/Log.rb +10 -0
  9. data/lib/Context/Publisher.rb +108 -0
  10. data/lib/Context/Spec.rb +8 -0
  11. data/lib/Context/Version.rb +1 -1
  12. data/lib/Context/View.rb +16 -15
  13. data/lib/Context/Views/Gtk/PageView.rb +3 -23
  14. data/lib/Context/Views/Gtk/Widgets/MainWindow.rb +70 -0
  15. data/lib/Context/Views/Gtk/Widgets/VBox.rb +29 -0
  16. data/lib/Context/Widget.rb +18 -27
  17. data/spec/Context/Bridge_spec.rb +19 -20
  18. data/spec/Context/Context_spec.rb +77 -63
  19. data/spec/Context/Gtk/Widget_spec.rb +23 -23
  20. data/spec/Context/Publisher_spec.rb +53 -0
  21. data/spec/Context/View_spec.rb +10 -14
  22. data/spec/Context/Views/Gtk/PageView_spec.rb +25 -9
  23. data/spec/Context/require_all_spec.rb +14 -7
  24. data/test_results.html +84 -121
  25. metadata +74 -128
  26. data/coverage/-usr-local-lib-site_ruby-1_8-atk_rb.html +0 -612
  27. data/coverage/-usr-local-lib-site_ruby-1_8-gdk_pixbuf2_rb.html +0 -637
  28. data/coverage/-usr-local-lib-site_ruby-1_8-glib2_rb.html +0 -829
  29. data/coverage/-usr-local-lib-site_ruby-1_8-gtk2-base_rb.html +0 -709
  30. data/coverage/-usr-local-lib-site_ruby-1_8-gtk2_rb.html +0 -623
  31. data/coverage/-usr-local-lib-site_ruby-1_8-pango_rb.html +0 -665
  32. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-color_rb.html +0 -865
  33. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-colors_rb.html +0 -1266
  34. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-constants_rb.html +0 -632
  35. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-blur_rb.html +0 -655
  36. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-circle_rb.html +0 -619
  37. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-color_rb.html +0 -621
  38. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-path_rb.html +0 -726
  39. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-rectangle_rb.html +0 -643
  40. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context-triangle_rb.html +0 -622
  41. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-context_rb.html +0 -639
  42. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-paper_rb.html +0 -793
  43. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-papers_rb.html +0 -651
  44. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-path_rb.html +0 -625
  45. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo-point_rb.html +0 -617
  46. data/coverage/-var-lib-gems-1_8-gems-cairo-1_7_0-src-lib-cairo_rb.html +0 -756
  47. data/coverage/index.html +0 -1170
  48. data/coverage/lib-Context-Bridge_rb.html +0 -673
  49. data/coverage/lib-Context-Context_rb.html +0 -756
  50. data/coverage/lib-Context-EnumeratedType_rb.html +0 -661
  51. data/coverage/lib-Context-ExecutionProxy_rb.html +0 -671
  52. data/coverage/lib-Context-Gtk-App_rb.html +0 -638
  53. data/coverage/lib-Context-Gtk-Key_rb.html +0 -664
  54. data/coverage/lib-Context-Gtk-Widget_rb.html +0 -667
  55. data/coverage/lib-Context-KeyAssignment_rb.html +0 -641
  56. data/coverage/lib-Context-KeyMap_rb.html +0 -653
  57. data/coverage/lib-Context-Key_rb.html +0 -667
  58. data/coverage/lib-Context-View_rb.html +0 -659
  59. data/coverage/lib-Context-Views-Gtk-PageView_rb.html +0 -660
  60. data/coverage/lib-Context-Views-PageView_rb.html +0 -627
  61. data/coverage/lib-Context-Widget_rb.html +0 -650
  62. data/coverage/lib-Context-require_all_rb.html +0 -623
  63. data/doc/classes/Context.html +0 -174
  64. data/doc/classes/Context/Bridge.html +0 -296
  65. data/doc/classes/Context/Context.html +0 -564
  66. data/doc/classes/Context/EnumeratedType.html +0 -283
  67. data/doc/classes/Context/ExecutionProxy.html +0 -228
  68. data/doc/classes/Context/Gtk.html +0 -126
  69. data/doc/classes/Context/Gtk/App.html +0 -217
  70. data/doc/classes/Context/Gtk/Key.html +0 -292
  71. data/doc/classes/Context/Gtk/PageView.html +0 -245
  72. data/doc/classes/Context/Gtk/PageView/MainWindow.html +0 -200
  73. data/doc/classes/Context/Gtk/Widget.html +0 -311
  74. data/doc/classes/Context/Key.html +0 -305
  75. data/doc/classes/Context/Key/Modifier.html +0 -117
  76. data/doc/classes/Context/KeyAssignment.html +0 -234
  77. data/doc/classes/Context/KeyMap.html +0 -273
  78. data/doc/classes/Context/PageView.html +0 -180
  79. data/doc/classes/Context/View.html +0 -334
  80. data/doc/classes/Context/Widget.html +0 -298
  81. data/doc/classes/Kernel.html +0 -148
  82. data/doc/classes/Object.html +0 -196
  83. data/doc/created.rid +0 -1
  84. data/doc/files/lib/Context/Bridge_rb.html +0 -108
  85. data/doc/files/lib/Context/Context_rb.html +0 -109
  86. data/doc/files/lib/Context/EnumeratedType_rb.html +0 -101
  87. data/doc/files/lib/Context/ExecutionProxy_rb.html +0 -101
  88. data/doc/files/lib/Context/Gtk/App_rb.html +0 -110
  89. data/doc/files/lib/Context/Gtk/Key_rb.html +0 -109
  90. data/doc/files/lib/Context/Gtk/Widget_rb.html +0 -109
  91. data/doc/files/lib/Context/KeyAssignment_rb.html +0 -108
  92. data/doc/files/lib/Context/KeyMap_rb.html +0 -109
  93. data/doc/files/lib/Context/Key_rb.html +0 -108
  94. data/doc/files/lib/Context/Version_rb.html +0 -101
  95. data/doc/files/lib/Context/View_rb.html +0 -101
  96. data/doc/files/lib/Context/Views/Gtk/PageView_rb.html +0 -111
  97. data/doc/files/lib/Context/Views/PageView_rb.html +0 -108
  98. data/doc/files/lib/Context/Widget_rb.html +0 -101
  99. data/doc/files/lib/Context/require_all_rb.html +0 -101
  100. data/doc/fr_class_index.html +0 -46
  101. data/doc/fr_file_index.html +0 -42
  102. data/doc/fr_method_index.html +0 -103
  103. data/doc/index.html +0 -24
  104. data/doc/rdoc-style.css +0 -208
  105. data/lib/Context/EnumeratedType.rb +0 -51
  106. data/lib/Context/ExecutionProxy.rb +0 -61
  107. data/lib/Context/Gtk/Key.rb +0 -54
  108. data/lib/Context/Key.rb +0 -57
  109. data/lib/Context/KeyAssignment.rb +0 -31
  110. data/lib/Context/KeyMap.rb +0 -43
  111. data/spec/Context/EnumeratedType_spec.rb +0 -51
  112. data/spec/Context/ExecutionProxy_spec.rb +0 -28
  113. data/spec/Context/Gtk/Key_spec.rb +0 -45
  114. data/spec/Context/KeyAssignment_spec.rb +0 -26
  115. data/spec/Context/KeyMap_spec.rb +0 -64
  116. data/spec/Context/Key_spec.rb +0 -22
  117. data/spec/Context/Widget_spec.rb +0 -15
@@ -1,174 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Module: Context</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href=".././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Module</strong></td>
53
- <td class="class-name-in-header">Context</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../files/lib/Context/Context_rb.html">
59
- lib/Context/Context.rb
60
- </a>
61
- <br />
62
- <a href="../files/lib/Context/EnumeratedType_rb.html">
63
- lib/Context/EnumeratedType.rb
64
- </a>
65
- <br />
66
- <a href="../files/lib/Context/Key_rb.html">
67
- lib/Context/Key.rb
68
- </a>
69
- <br />
70
- <a href="../files/lib/Context/View_rb.html">
71
- lib/Context/View.rb
72
- </a>
73
- <br />
74
- <a href="../files/lib/Context/Widget_rb.html">
75
- lib/Context/Widget.rb
76
- </a>
77
- <br />
78
- <a href="../files/lib/Context/Version_rb.html">
79
- lib/Context/Version.rb
80
- </a>
81
- <br />
82
- <a href="../files/lib/Context/KeyAssignment_rb.html">
83
- lib/Context/KeyAssignment.rb
84
- </a>
85
- <br />
86
- <a href="../files/lib/Context/KeyMap_rb.html">
87
- lib/Context/KeyMap.rb
88
- </a>
89
- <br />
90
- <a href="../files/lib/Context/Views/PageView_rb.html">
91
- lib/Context/Views/PageView.rb
92
- </a>
93
- <br />
94
- <a href="../files/lib/Context/ExecutionProxy_rb.html">
95
- lib/Context/ExecutionProxy.rb
96
- </a>
97
- <br />
98
- <a href="../files/lib/Context/Bridge_rb.html">
99
- lib/Context/Bridge.rb
100
- </a>
101
- <br />
102
- </td>
103
- </tr>
104
-
105
- </table>
106
- </div>
107
- <!-- banner header -->
108
-
109
- <div id="bodyContent">
110
-
111
-
112
-
113
- <div id="contextContent">
114
-
115
-
116
-
117
- </div>
118
-
119
-
120
- </div>
121
-
122
-
123
- <!-- if includes -->
124
-
125
- <div id="section">
126
-
127
- <div id="class-list">
128
- <h3 class="section-bar">Classes and Modules</h3>
129
-
130
- Module <a href="Context/Gtk.html" class="link">Context::Gtk</a><br />
131
- Class <a href="Context/Bridge.html" class="link">Context::Bridge</a><br />
132
- Class <a href="Context/Context.html" class="link">Context::Context</a><br />
133
- Class <a href="Context/EnumeratedType.html" class="link">Context::EnumeratedType</a><br />
134
- Class <a href="Context/ExecutionProxy.html" class="link">Context::ExecutionProxy</a><br />
135
- Class <a href="Context/Key.html" class="link">Context::Key</a><br />
136
- Class <a href="Context/KeyAssignment.html" class="link">Context::KeyAssignment</a><br />
137
- Class <a href="Context/KeyMap.html" class="link">Context::KeyMap</a><br />
138
- Class <a href="Context/PageView.html" class="link">Context::PageView</a><br />
139
- Class <a href="Context/View.html" class="link">Context::View</a><br />
140
- Class <a href="Context/Widget.html" class="link">Context::Widget</a><br />
141
-
142
- </div>
143
-
144
- <div id="constants-list">
145
- <h3 class="section-bar">Constants</h3>
146
-
147
- <div class="name-list">
148
- <table summary="Constants">
149
- <tr class="top-aligned-row context-row">
150
- <td class="context-item-name">VERSION</td>
151
- <td>=</td>
152
- <td class="context-item-value">&quot;0.0.16&quot;</td>
153
- </tr>
154
- </table>
155
- </div>
156
- </div>
157
-
158
-
159
-
160
-
161
-
162
-
163
- <!-- if method_list -->
164
-
165
-
166
- </div>
167
-
168
-
169
- <div id="validator-badges">
170
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
171
- </div>
172
-
173
- </body>
174
- </html>
@@ -1,296 +0,0 @@
1
- <?xml version="1.0" encoding="iso-8859-1"?>
2
- <!DOCTYPE html
3
- PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
-
6
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
7
- <head>
8
- <title>Class: Context::Bridge</title>
9
- <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
10
- <meta http-equiv="Content-Script-Type" content="text/javascript" />
11
- <link rel="stylesheet" href="../.././rdoc-style.css" type="text/css" media="screen" />
12
- <script type="text/javascript">
13
- // <![CDATA[
14
-
15
- function popupCode( url ) {
16
- window.open(url, "Code", "resizable=yes,scrollbars=yes,toolbar=no,status=no,height=150,width=400")
17
- }
18
-
19
- function toggleCode( id ) {
20
- if ( document.getElementById )
21
- elem = document.getElementById( id );
22
- else if ( document.all )
23
- elem = eval( "document.all." + id );
24
- else
25
- return false;
26
-
27
- elemStyle = elem.style;
28
-
29
- if ( elemStyle.display != "block" ) {
30
- elemStyle.display = "block"
31
- } else {
32
- elemStyle.display = "none"
33
- }
34
-
35
- return true;
36
- }
37
-
38
- // Make codeblocks hidden by default
39
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
-
41
- // ]]>
42
- </script>
43
-
44
- </head>
45
- <body>
46
-
47
-
48
-
49
- <div id="classHeader">
50
- <table class="header-table">
51
- <tr class="top-aligned-row">
52
- <td><strong>Class</strong></td>
53
- <td class="class-name-in-header">Context::Bridge</td>
54
- </tr>
55
- <tr class="top-aligned-row">
56
- <td><strong>In:</strong></td>
57
- <td>
58
- <a href="../../files/lib/Context/Bridge_rb.html">
59
- lib/Context/Bridge.rb
60
- </a>
61
- <br />
62
- </td>
63
- </tr>
64
-
65
- <tr class="top-aligned-row">
66
- <td><strong>Parent:</strong></td>
67
- <td>
68
- <a href="../Object.html">
69
- Object
70
- </a>
71
- </td>
72
- </tr>
73
- </table>
74
- </div>
75
- <!-- banner header -->
76
-
77
- <div id="bodyContent">
78
-
79
-
80
-
81
- <div id="contextContent">
82
-
83
- <div id="description">
84
- <p>
85
- This class is used to specify the namespace for a symbol according to a
86
- priority list. When you create the <a href="Bridge.html">Bridge</a> you
87
- initialize it either with a single module name, or an array of module
88
- names. Calling &quot;bridge.symbol&quot; will return the class in desired
89
- namespace (or nil if it doesn&#8216;t exist) If the <a
90
- href="Bridge.html">Bridge</a> was initialized with an array, it will pick
91
- the first namespace that evaluates the symbol into something that actually
92
- exists.
93
- </p>
94
-
95
- </div>
96
-
97
-
98
- </div>
99
-
100
- <div id="method-list">
101
- <h3 class="section-bar">Methods</h3>
102
-
103
- <div class="name-list">
104
- <a href="#M000063">classExists?</a>&nbsp;&nbsp;
105
- <a href="#M000062">evalClass</a>&nbsp;&nbsp;
106
- <a href="#M000064">method_missing</a>&nbsp;&nbsp;
107
- <a href="#M000060">new</a>&nbsp;&nbsp;
108
- <a href="#M000061">symbolToS</a>&nbsp;&nbsp;
109
- </div>
110
- </div>
111
-
112
- </div>
113
-
114
-
115
- <!-- if includes -->
116
-
117
- <div id="section">
118
-
119
-
120
-
121
-
122
-
123
-
124
-
125
-
126
- <!-- if method_list -->
127
- <div id="methods">
128
- <h3 class="section-bar">Public Class methods</h3>
129
-
130
- <div id="method-M000060" class="method-detail">
131
- <a name="M000060"></a>
132
-
133
- <div class="method-heading">
134
- <a href="#M000060" class="method-signature">
135
- <span class="method-name">new</span><span class="method-args">(mods)</span>
136
- </a>
137
- </div>
138
-
139
- <div class="method-description">
140
- <p>
141
- Takes either a module name, or an array of module names
142
- </p>
143
- <p><a class="source-toggle" href="#"
144
- onclick="toggleCode('M000060-source');return false;">[Source]</a></p>
145
- <div class="method-source-code" id="M000060-source">
146
- <pre>
147
- <span class="ruby-comment cmt"># File lib/Context/Bridge.rb, line 16</span>
148
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">initialize</span>(<span class="ruby-identifier">mods</span>)
149
- <span class="ruby-keyword kw">if</span> <span class="ruby-identifier">mods</span>.<span class="ruby-identifier">class</span> <span class="ruby-operator">!=</span> <span class="ruby-constant">Array</span>
150
- <span class="ruby-ivar">@mod</span> = <span class="ruby-identifier">mods</span>
151
- <span class="ruby-ivar">@mods</span> = <span class="ruby-keyword kw">nil</span>
152
- <span class="ruby-keyword kw">else</span>
153
- <span class="ruby-ivar">@mods</span> = <span class="ruby-identifier">mods</span>
154
- <span class="ruby-ivar">@mod</span> = <span class="ruby-keyword kw">nil</span>
155
- <span class="ruby-keyword kw">end</span>
156
- <span class="ruby-keyword kw">end</span>
157
- </pre>
158
- </div>
159
- </div>
160
- </div>
161
-
162
- <h3 class="section-bar">Public Instance methods</h3>
163
-
164
- <div id="method-M000063" class="method-detail">
165
- <a name="M000063"></a>
166
-
167
- <div class="method-heading">
168
- <a href="#M000063" class="method-signature">
169
- <span class="method-name">classExists?</span><span class="method-args">(mod, symbol)</span>
170
- </a>
171
- </div>
172
-
173
- <div class="method-description">
174
- <p>
175
- Returns true if the mod and symbol evaluate to a class in the system.
176
- </p>
177
- <p><a class="source-toggle" href="#"
178
- onclick="toggleCode('M000063-source');return false;">[Source]</a></p>
179
- <div class="method-source-code" id="M000063-source">
180
- <pre>
181
- <span class="ruby-comment cmt"># File lib/Context/Bridge.rb, line 42</span>
182
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">classExists?</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>)
183
- <span class="ruby-identifier">symbolToS</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>).<span class="ruby-identifier">eql?</span>(<span class="ruby-identifier">evalClass</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>).<span class="ruby-identifier">to_s</span>)
184
- <span class="ruby-keyword kw">end</span>
185
- </pre>
186
- </div>
187
- </div>
188
- </div>
189
-
190
- <div id="method-M000062" class="method-detail">
191
- <a name="M000062"></a>
192
-
193
- <div class="method-heading">
194
- <a href="#M000062" class="method-signature">
195
- <span class="method-name">evalClass</span><span class="method-args">(mod, symbol)</span>
196
- </a>
197
- </div>
198
-
199
- <div class="method-description">
200
- <p>
201
- Evaluate the module and symbol, returning the class. If it doesn&#8216;t
202
- exist, return nil
203
- </p>
204
- <p><a class="source-toggle" href="#"
205
- onclick="toggleCode('M000062-source');return false;">[Source]</a></p>
206
- <div class="method-source-code" id="M000062-source">
207
- <pre>
208
- <span class="ruby-comment cmt"># File lib/Context/Bridge.rb, line 33</span>
209
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">evalClass</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>)
210
- <span class="ruby-keyword kw">begin</span>
211
- <span class="ruby-identifier">mod</span>.<span class="ruby-identifier">unless_nil</span> <span class="ruby-keyword kw">do</span> <span class="ruby-identifier">class_eval</span>(<span class="ruby-identifier">symbol</span>.<span class="ruby-identifier">to_s</span>) <span class="ruby-keyword kw">end</span>
212
- <span class="ruby-keyword kw">rescue</span>
213
- <span class="ruby-keyword kw">nil</span>
214
- <span class="ruby-keyword kw">end</span>
215
- <span class="ruby-keyword kw">end</span>
216
- </pre>
217
- </div>
218
- </div>
219
- </div>
220
-
221
- <div id="method-M000064" class="method-detail">
222
- <a name="M000064"></a>
223
-
224
- <div class="method-heading">
225
- <a href="#M000064" class="method-signature">
226
- <span class="method-name">method_missing</span><span class="method-args">(symbol)</span>
227
- </a>
228
- </div>
229
-
230
- <div class="method-description">
231
- <p>
232
- Return the class specified by the stored module and the symbol If an array
233
- of modules was stored, walk through them and pick the first one that
234
- creates an extant class.
235
- </p>
236
- <p><a class="source-toggle" href="#"
237
- onclick="toggleCode('M000064-source');return false;">[Source]</a></p>
238
- <div class="method-source-code" id="M000064-source">
239
- <pre>
240
- <span class="ruby-comment cmt"># File lib/Context/Bridge.rb, line 49</span>
241
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">method_missing</span>(<span class="ruby-identifier">symbol</span>)
242
- <span class="ruby-keyword kw">if</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@mod</span>.<span class="ruby-identifier">nil?</span>
243
- <span class="ruby-ivar">@mod</span>.<span class="ruby-identifier">class_eval</span>(<span class="ruby-identifier">symbol</span>.<span class="ruby-identifier">to_s</span>)
244
- <span class="ruby-keyword kw">elsif</span> <span class="ruby-operator">!</span><span class="ruby-ivar">@mods</span>.<span class="ruby-identifier">nil?</span>
245
- <span class="ruby-identifier">mod</span> = <span class="ruby-ivar">@mods</span>.<span class="ruby-identifier">find</span> <span class="ruby-keyword kw">do</span> <span class="ruby-operator">|</span><span class="ruby-identifier">mod</span><span class="ruby-operator">|</span>
246
- <span class="ruby-identifier">classExists?</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>)
247
- <span class="ruby-keyword kw">end</span>
248
- <span class="ruby-identifier">evalClass</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>)
249
- <span class="ruby-keyword kw">else</span>
250
- <span class="ruby-keyword kw">nil</span>
251
- <span class="ruby-keyword kw">end</span>
252
- <span class="ruby-keyword kw">end</span>
253
- </pre>
254
- </div>
255
- </div>
256
- </div>
257
-
258
- <div id="method-M000061" class="method-detail">
259
- <a name="M000061"></a>
260
-
261
- <div class="method-heading">
262
- <a href="#M000061" class="method-signature">
263
- <span class="method-name">symbolToS</span><span class="method-args">(mod, symbol)</span>
264
- </a>
265
- </div>
266
-
267
- <div class="method-description">
268
- <p>
269
- Convert the module name and symbol to a string
270
- </p>
271
- <p><a class="source-toggle" href="#"
272
- onclick="toggleCode('M000061-source');return false;">[Source]</a></p>
273
- <div class="method-source-code" id="M000061-source">
274
- <pre>
275
- <span class="ruby-comment cmt"># File lib/Context/Bridge.rb, line 27</span>
276
- <span class="ruby-keyword kw">def</span> <span class="ruby-identifier">symbolToS</span>(<span class="ruby-identifier">mod</span>, <span class="ruby-identifier">symbol</span>)
277
- <span class="ruby-identifier">mod</span>.<span class="ruby-identifier">to_s</span> <span class="ruby-operator">+</span> <span class="ruby-value str">&quot;::&quot;</span> <span class="ruby-operator">+</span> <span class="ruby-identifier">symbol</span>.<span class="ruby-identifier">to_s</span>
278
- <span class="ruby-keyword kw">end</span>
279
- </pre>
280
- </div>
281
- </div>
282
- </div>
283
-
284
-
285
- </div>
286
-
287
-
288
- </div>
289
-
290
-
291
- <div id="validator-badges">
292
- <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
293
- </div>
294
-
295
- </body>
296
- </html>