Skip to content

Commit 276e27f

Browse files
committed
update
1 parent 06c3389 commit 276e27f

26 files changed

+13501
-0
lines changed

docs/PureMVC.html

Lines changed: 130 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,130 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>
7+
Module: PureMVC
8+
9+
&mdash; Documentation by YARD 0.9.37
10+
11+
</title>
12+
13+
<link rel="stylesheet" href="css/style.css" type="text/css" />
14+
15+
<link rel="stylesheet" href="css/common.css" type="text/css" />
16+
17+
<script type="text/javascript">
18+
pathId = "PureMVC";
19+
relpath = '';
20+
</script>
21+
22+
23+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
24+
25+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
26+
27+
28+
</head>
29+
<body>
30+
<div class="nav_wrap">
31+
<iframe id="nav" src="class_list.html?1"></iframe>
32+
<div id="resizer"></div>
33+
</div>
34+
35+
<div id="main" tabindex="-1">
36+
<div id="header">
37+
<div id="menu">
38+
39+
<a href="_index.html">Index (P)</a> &raquo;
40+
41+
42+
<span class="title">PureMVC</span>
43+
44+
</div>
45+
46+
<div id="search">
47+
48+
<a class="full_list_link" id="class_list_link"
49+
href="class_list.html">
50+
51+
<svg width="24" height="24">
52+
<rect x="0" y="4" width="24" height="4" rx="1" ry="1"></rect>
53+
<rect x="0" y="12" width="24" height="4" rx="1" ry="1"></rect>
54+
<rect x="0" y="20" width="24" height="4" rx="1" ry="1"></rect>
55+
</svg>
56+
</a>
57+
58+
</div>
59+
<div class="clear"></div>
60+
</div>
61+
62+
<div id="content"><h1>Module: PureMVC
63+
64+
65+
66+
</h1>
67+
<div class="box_info">
68+
69+
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
<dl>
80+
<dt>Defined in:</dt>
81+
<dd>src/core/controller.rb<span class="defines">,<br />
82+
src/core/model.rb,<br /> src/core/view.rb,<br /> src/patterns/command/macro_command.rb,<br /> src/patterns/command/simple_command.rb,<br /> src/patterns/facade/facade.rb,<br /> src/patterns/mediator/mediator.rb,<br /> src/patterns/observer/notification.rb,<br /> src/patterns/observer/notifier.rb,<br /> src/patterns/observer/observer.rb,<br /> src/patterns/proxy/proxy.rb</span>
83+
</dd>
84+
</dl>
85+
86+
</div>
87+
88+
<h2>Overview</h2><div class="docstring">
89+
<div class="discussion">
90+
91+
<p>proxy.rb PureMVC Ruby Multicore</p>
92+
93+
<p>Copyright© 2025 Saad Shams &lt;saad.shams@puremvc.org&gt; Your reuse is governed by the BSD 3-Clause License</p>
94+
95+
96+
</div>
97+
</div>
98+
<div class="tags">
99+
100+
101+
</div><h2>Defined Under Namespace</h2>
102+
<p class="children">
103+
104+
105+
106+
107+
<strong class="classes">Classes:</strong> <span class='object_link'><a href="PureMVC/Controller.html" title="PureMVC::Controller (class)">Controller</a></span>, <span class='object_link'><a href="PureMVC/Facade.html" title="PureMVC::Facade (class)">Facade</a></span>, <span class='object_link'><a href="PureMVC/MacroCommand.html" title="PureMVC::MacroCommand (class)">MacroCommand</a></span>, <span class='object_link'><a href="PureMVC/Mediator.html" title="PureMVC::Mediator (class)">Mediator</a></span>, <span class='object_link'><a href="PureMVC/Model.html" title="PureMVC::Model (class)">Model</a></span>, <span class='object_link'><a href="PureMVC/Notification.html" title="PureMVC::Notification (class)">Notification</a></span>, <span class='object_link'><a href="PureMVC/Notifier.html" title="PureMVC::Notifier (class)">Notifier</a></span>, <span class='object_link'><a href="PureMVC/Observer.html" title="PureMVC::Observer (class)">Observer</a></span>, <span class='object_link'><a href="PureMVC/Proxy.html" title="PureMVC::Proxy (class)">Proxy</a></span>, <span class='object_link'><a href="PureMVC/SimpleCommand.html" title="PureMVC::SimpleCommand (class)">SimpleCommand</a></span>, <span class='object_link'><a href="PureMVC/View.html" title="PureMVC::View (class)">View</a></span>
108+
109+
110+
</p>
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
</div>
121+
122+
<div id="footer">
123+
Generated on Fri Aug 15 14:01:13 2025 by
124+
<a href="https://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
125+
0.9.37 (ruby-3.2.2).
126+
</div>
127+
128+
</div>
129+
</body>
130+
</html>

0 commit comments

Comments
 (0)