summaryrefslogtreecommitdiff
path: root/doc/files/lib/json/add
diff options
context:
space:
mode:
Diffstat (limited to 'doc/files/lib/json/add')
-rw-r--r--doc/files/lib/json/add/core_rb.html90
-rw-r--r--doc/files/lib/json/add/rails_rb.html67
2 files changed, 157 insertions, 0 deletions
diff --git a/doc/files/lib/json/add/core_rb.html b/doc/files/lib/json/add/core_rb.html
new file mode 100644
index 0000000..8d382f1
--- /dev/null
+++ b/doc/files/lib/json/add/core_rb.html
@@ -0,0 +1,90 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>core.rb</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
+ <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
+</head>
+
+<body>
+ <div class="banner">
+ <h1>
+ core.rb
+ </h1>
+ <ul class="files">
+ <li>lib/json/add/core.rb</li>
+ <li>Last modified: 2011-06-20 14:53:00 +0200</li>
+ </ul>
+ </div>
+
+ <div id="bodyContent">
+ <div id="content">
+
+ <div class="description">
+ <p>
+This file contains implementations of ruby core&#8217;s custom objects for
+serialisation/deserialisation.
+</p>
+
+ </div>
+
+
+
+ <div class="sectiontitle">Required Files</div>
+ <ul>
+
+ <li>json</li>
+
+ <li>date</li>
+
+ </ul>
+
+
+
+
+
+
+
+
+
+
+
+
+
+ <div class="sectiontitle">Classes and Modules</div>
+ <ul>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Date.html">Date</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/DateTime.html">DateTime</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Exception.html">Exception</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Range.html">Range</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Regexp.html">Regexp</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Struct.html">Struct</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Symbol.html">Symbol</a></li>
+
+ <li><span class="type">CLASS</span> <a href="../../../../classes/Time.html">Time</a></li>
+
+ </ul>
+
+
+
+
+
+
+
+</div>
+ </div>
+ </body>
+</html> \ No newline at end of file
diff --git a/doc/files/lib/json/add/rails_rb.html b/doc/files/lib/json/add/rails_rb.html
new file mode 100644
index 0000000..c717d9b
--- /dev/null
+++ b/doc/files/lib/json/add/rails_rb.html
@@ -0,0 +1,67 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <title>rails.rb</title>
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+ <link rel="stylesheet" href="../../../../css/reset.css" type="text/css" media="screen" />
+ <link rel="stylesheet" href="../../../../css/main.css" type="text/css" media="screen" />
+ <script src="../../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
+ <script src="../../../../js/main.js" type="text/javascript" charset="utf-8"></script>
+</head>
+
+<body>
+ <div class="banner">
+ <h1>
+ rails.rb
+ </h1>
+ <ul class="files">
+ <li>lib/json/add/rails.rb</li>
+ <li>Last modified: 2011-06-20 14:53:00 +0200</li>
+ </ul>
+ </div>
+
+ <div id="bodyContent">
+ <div id="content">
+
+ <div class="description">
+ <p>
+This file used to implementations of rails custom objects for
+serialisation/deserialisation and is obsoleted now.
+</p>
+
+ </div>
+
+
+
+ <div class="sectiontitle">Required Files</div>
+ <ul>
+
+ <li>json</li>
+
+ </ul>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+</div>
+ </div>
+ </body>
+</html> \ No newline at end of file