sdl4r 0.9.5 → 0.9.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: sdl4r.rb [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>File: sdl4r.rb</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>sdl4r.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/sdl4r/sdl4r.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2010-08-07 00:35:38 +0900</td>
59
+ <td>Sat Aug 07 00:35:38 +0900 2010</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,6 +64,8 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
@@ -74,13 +79,9 @@ encoding: UTF-8
74
79
  <h3 class="section-bar">Required files</h3>
75
80
 
76
81
  <div class="name-list">
77
-
78
- base64&nbsp;&nbsp;
79
-
80
- bigdecimal&nbsp;&nbsp;
81
-
82
- date&nbsp;&nbsp;
83
-
82
+ base64&nbsp;&nbsp;
83
+ bigdecimal&nbsp;&nbsp;
84
+ date&nbsp;&nbsp;
84
85
  </div>
85
86
  </div>
86
87
 
@@ -89,6 +90,7 @@ encoding: UTF-8
89
90
 
90
91
  </div>
91
92
 
93
+
92
94
  <!-- if includes -->
93
95
 
94
96
  <div id="section">
@@ -96,16 +98,19 @@ encoding: UTF-8
96
98
 
97
99
 
98
100
 
99
- <!-- if method_list -->
101
+
102
+
100
103
 
101
104
 
105
+ <!-- if method_list -->
102
106
 
103
107
 
104
108
  </div>
105
109
 
110
+
106
111
  <div id="validator-badges">
107
112
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
108
113
  </div>
109
114
 
110
115
  </body>
111
- </html>
116
+ </html>
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: sdl_binary.rb [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>File: sdl_binary.rb</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>sdl_binary.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/sdl4r/sdl_binary.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2010-08-06 23:12:38 +0900</td>
59
+ <td>Fri Aug 06 23:12:38 +0900 2010</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,6 +64,8 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
@@ -70,11 +75,13 @@ encoding: UTF-8
70
75
 
71
76
  </div>
72
77
 
78
+
73
79
  </div>
74
80
 
75
81
 
76
82
  </div>
77
83
 
84
+
78
85
  <!-- if includes -->
79
86
 
80
87
  <div id="section">
@@ -82,16 +89,19 @@ encoding: UTF-8
82
89
 
83
90
 
84
91
 
85
- <!-- if method_list -->
86
92
 
93
+
87
94
 
88
95
 
96
+ <!-- if method_list -->
97
+
89
98
 
90
99
  </div>
91
100
 
101
+
92
102
  <div id="validator-badges">
93
103
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
94
104
  </div>
95
105
 
96
106
  </body>
97
- </html>
107
+ </html>
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: sdl_parse_error.rb [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>File: sdl_parse_error.rb</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>sdl_parse_error.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/sdl4r/sdl_parse_error.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2010-08-06 23:12:40 +0900</td>
59
+ <td>Fri Aug 06 23:12:40 +0900 2010</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,6 +64,8 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
@@ -70,11 +75,13 @@ encoding: UTF-8
70
75
 
71
76
  </div>
72
77
 
78
+
73
79
  </div>
74
80
 
75
81
 
76
82
  </div>
77
83
 
84
+
78
85
  <!-- if includes -->
79
86
 
80
87
  <div id="section">
@@ -82,16 +89,19 @@ encoding: UTF-8
82
89
 
83
90
 
84
91
 
85
- <!-- if method_list -->
86
92
 
93
+
87
94
 
88
95
 
96
+ <!-- if method_list -->
97
+
89
98
 
90
99
  </div>
91
100
 
101
+
92
102
  <div id="validator-badges">
93
103
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
94
104
  </div>
95
105
 
96
106
  </body>
97
- </html>
107
+ </html>
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: sdl_time_span.rb [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>File: sdl_time_span.rb</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>sdl_time_span.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/sdl4r/sdl_time_span.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2010-08-06 23:12:42 +0900</td>
59
+ <td>Fri Aug 06 23:12:42 +0900 2010</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,6 +64,8 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
@@ -70,11 +75,13 @@ encoding: UTF-8
70
75
 
71
76
  </div>
72
77
 
78
+
73
79
  </div>
74
80
 
75
81
 
76
82
  </div>
77
83
 
84
+
78
85
  <!-- if includes -->
79
86
 
80
87
  <div id="section">
@@ -82,16 +89,19 @@ encoding: UTF-8
82
89
 
83
90
 
84
91
 
85
- <!-- if method_list -->
86
92
 
93
+
87
94
 
88
95
 
96
+ <!-- if method_list -->
97
+
89
98
 
90
99
  </div>
91
100
 
101
+
92
102
  <div id="validator-badges">
93
103
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
94
104
  </div>
95
105
 
96
106
  </body>
97
- </html>
107
+ </html>
@@ -1,8 +1,11 @@
1
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!DOCTYPE html
3
+ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
4
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
5
+
3
6
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
7
  <head>
5
- <title>File: tag.rb [RDoc: Simple Declarative Language for Ruby]</title>
8
+ <title>File: tag.rb</title>
6
9
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
7
10
  <meta http-equiv="Content-Script-Type" content="text/javascript" />
8
11
  <link rel="stylesheet" href="../../.././rdoc-style.css" type="text/css" media="screen" />
@@ -22,7 +25,7 @@
22
25
  return false;
23
26
 
24
27
  elemStyle = elem.style;
25
-
28
+
26
29
  if ( elemStyle.display != "block" ) {
27
30
  elemStyle.display = "block"
28
31
  } else {
@@ -31,10 +34,10 @@
31
34
 
32
35
  return true;
33
36
  }
34
-
37
+
35
38
  // Make codeblocks hidden by default
36
- document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }<\/style>" )
37
-
39
+ document.writeln( "<style type=\"text/css\">div.method-source-code { display: none }</style>" )
40
+
38
41
  // ]]>
39
42
  </script>
40
43
 
@@ -42,18 +45,18 @@
42
45
  <body>
43
46
 
44
47
 
48
+
45
49
  <div id="fileHeader">
46
50
  <h1>tag.rb</h1>
47
51
  <table class="header-table">
48
52
  <tr class="top-aligned-row">
49
53
  <td><strong>Path:</strong></td>
50
54
  <td>lib/sdl4r/tag.rb
51
-
52
55
  </td>
53
56
  </tr>
54
57
  <tr class="top-aligned-row">
55
58
  <td><strong>Last Update:</strong></td>
56
- <td>2010-08-06 23:37:04 +0900</td>
59
+ <td>Mon Aug 09 22:45:58 +0900 2010</td>
57
60
  </tr>
58
61
  </table>
59
62
  </div>
@@ -61,6 +64,8 @@
61
64
 
62
65
  <div id="bodyContent">
63
66
 
67
+
68
+
64
69
  <div id="contextContent">
65
70
 
66
71
  <div id="description">
@@ -74,13 +79,9 @@ encoding: UTF-8
74
79
  <h3 class="section-bar">Required files</h3>
75
80
 
76
81
  <div class="name-list">
77
-
78
- pathname&nbsp;&nbsp;
79
-
80
- open-uri&nbsp;&nbsp;
81
-
82
- stringio&nbsp;&nbsp;
83
-
82
+ pathname&nbsp;&nbsp;
83
+ open-uri&nbsp;&nbsp;
84
+ stringio&nbsp;&nbsp;
84
85
  </div>
85
86
  </div>
86
87
 
@@ -89,6 +90,7 @@ encoding: UTF-8
89
90
 
90
91
  </div>
91
92
 
93
+
92
94
  <!-- if includes -->
93
95
 
94
96
  <div id="section">
@@ -96,16 +98,19 @@ encoding: UTF-8
96
98
 
97
99
 
98
100
 
99
- <!-- if method_list -->
101
+
102
+
100
103
 
101
104
 
105
+ <!-- if method_list -->
102
106
 
103
107
 
104
108
  </div>
105
109
 
110
+
106
111
  <div id="validator-badges">
107
112
  <p><small><a href="http://validator.w3.org/check/referer">[Validate]</a></small></p>
108
113
  </div>
109
114
 
110
115
  </body>
111
- </html>
116
+ </html>