linux-tools 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. data/.document +0 -0
  2. data/.yardoc/checksums +1 -1
  3. data/.yardoc/objects/root.dat +0 -0
  4. data/.yardoc/proxy_types +0 -0
  5. data/Gemfile +8 -4
  6. data/Gemfile.lock +47 -9
  7. data/LICENSE.txt +1 -1
  8. data/README.rdoc +0 -0
  9. data/Rakefile +17 -16
  10. data/VERSION +1 -1
  11. data/doc/Lt.html +245 -165
  12. data/doc/_index.html +46 -28
  13. data/doc/class_list.html +26 -9
  14. data/doc/css/common.css +0 -0
  15. data/doc/css/full_list.css +6 -2
  16. data/doc/css/style.css +65 -55
  17. data/doc/file.LICENSE.html +41 -41
  18. data/doc/file.README.html +70 -51
  19. data/doc/file_list.html +31 -11
  20. data/doc/frames.html +21 -6
  21. data/doc/index.html +70 -51
  22. data/doc/js/app.js +67 -56
  23. data/doc/js/full_list.js +43 -19
  24. data/doc/js/jquery.js +4 -16
  25. data/doc/method_list.html +45 -28
  26. data/doc/top-level-namespace.html +48 -24
  27. data/features/linux-tools.feature +9 -0
  28. data/features/step_definitions/linux-tools_steps.rb +0 -0
  29. data/features/support/env.rb +13 -0
  30. data/lib/linux-tools.rb +0 -0
  31. data/linux-tools.gemspec +37 -48
  32. data/tests/linux-tools_tests.rb +8 -0
  33. data/{test/helper.rb → tests/tests_helper.rb} +4 -9
  34. metadata +144 -110
  35. data/.buildpath +0 -5
  36. data/.project +0 -17
  37. data/coverage/index.html +0 -106
  38. data/coverage/jquery-1.3.2.min.js +0 -19
  39. data/coverage/jquery.tablesorter.min.js +0 -15
  40. data/coverage/lib-linux-tools_rb.html +0 -495
  41. data/coverage/print.css +0 -12
  42. data/coverage/rcov.js +0 -42
  43. data/coverage/screen.css +0 -270
  44. data/lib/build +0 -3
  45. data/pkg/linux-tools-0.0.0.gem +0 -0
  46. data/pkg/linux-tools-0.1.0.gem +0 -0
  47. data/pkg/lt-0.0.0.gem +0 -0
  48. data/rdoc/classes/Lt.html +0 -553
  49. data/rdoc/created.rid +0 -1
  50. data/rdoc/files/README_rdoc.html +0 -141
  51. data/rdoc/files/lib/linux-tools_rb.html +0 -101
  52. data/rdoc/fr_class_index.html +0 -27
  53. data/rdoc/fr_file_index.html +0 -28
  54. data/rdoc/fr_method_index.html +0 -44
  55. data/rdoc/index.html +0 -24
  56. data/rdoc/rdoc-style.css +0 -208
  57. data/test/test_linux-tools.rb +0 -7
@@ -2,57 +2,75 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
4
4
  <head>
5
- <meta http-equiv="Content-Type" content="text/html; charset=en_in" />
6
- <title>Documentation by YARD 0.6.8</title>
7
- <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
8
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+ <title>
7
+ Documentation by YARD 0.8.2.1
8
+
9
+ </title>
10
+
11
+ <link rel="stylesheet" href="css/style.css" type="text/css" media="screen" charset="utf-8" />
12
+
13
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
9
14
 
10
15
  <script type="text/javascript" charset="utf-8">
16
+ hasFrames = window.top.frames.main ? true : false;
11
17
  relpath = '';
12
- if (relpath != '') relpath += '/';
18
+ framesUrl = "frames.html#!" + escape(window.location.href);
13
19
  </script>
14
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
15
- <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
20
+
21
+
22
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
23
+
24
+ <script type="text/javascript" charset="utf-8" src="js/app.js"></script>
25
+
16
26
 
17
27
  </head>
18
28
  <body>
19
- <script type="text/javascript" charset="utf-8">
20
- if (window.top.frames.main) document.body.className = 'frames';
21
- </script>
22
-
23
29
  <div id="header">
24
30
  <div id="menu">
25
31
 
26
-
27
- <span class="title"></span>
28
-
29
-
32
+
30
33
  <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
31
34
  </div>
32
35
 
33
36
  <div id="search">
34
- <a id="class_list_link" href="#">Class List</a>
35
- <a id="method_list_link" href="#">Method List</a>
36
- <a id ="file_list_link" href="#">File List</a>
37
+
38
+ <a class="full_list_link" id="class_list_link"
39
+ href="class_list.html">
40
+ Class List
41
+ </a>
42
+
43
+ <a class="full_list_link" id="method_list_link"
44
+ href="method_list.html">
45
+ Method List
46
+ </a>
47
+
48
+ <a class="full_list_link" id="file_list_link"
49
+ href="file_list.html">
50
+ File List
51
+ </a>
52
+
37
53
  </div>
38
-
39
54
  <div class="clear"></div>
40
55
  </div>
41
-
56
+
42
57
  <iframe id="search_frame"></iframe>
43
-
44
- <div id="content"><h1 class="noborder title">Documentation by YARD 0.6.8</h1>
58
+
59
+ <div id="content"><h1 class="noborder title">Documentation by YARD 0.8.2.1</h1>
45
60
  <div id="listing">
46
61
  <h1 class="alphaindex">Alphabetic Index</h1>
47
62
 
48
63
  <h2>File Listing</h2>
49
- <ul id="files">
64
+ <ul id="files" class="index_inline_list">
50
65
 
51
66
 
52
67
  <li class="r1"><a href="index.html" title="README">README</a></li>
53
68
 
54
69
 
55
- <li class="r2"><a href="file.LICENSE.html" title="LICENSE">LICENSE</a></li>
70
+ <li class="r2"><a href="file.linux-tools.html" title="linux-tools">linux-tools</a></li>
71
+
72
+
73
+ <li class="r1"><a href="file.LICENSE.html" title="LICENSE">LICENSE</a></li>
56
74
 
57
75
 
58
76
  </ul>
@@ -73,7 +91,7 @@
73
91
  <ul>
74
92
 
75
93
  <li>
76
- <span class='object_link'><a href="Lt.html" title="Lt (class)">Lt</a></span>
94
+ <span class='object_link'><a href="Lt.html" title="Lt (class)">Lt</a></span>
77
95
 
78
96
  </li>
79
97
 
@@ -87,11 +105,11 @@
87
105
  </div>
88
106
 
89
107
  </div>
90
-
108
+
91
109
  <div id="footer">
92
- Generated on Fri Apr 29 14:56:50 2011 by
110
+ Generated on Sat Jun 23 03:07:04 2012 by
93
111
  <a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
94
- 0.6.8 (ruby-1.8.7).
112
+ 0.8.2.1 (ruby-1.9.3).
95
113
  </div>
96
114
 
97
115
  </body>
@@ -2,11 +2,19 @@
2
2
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
3
  <html>
4
4
  <head>
5
- <meta name="Content-Type" content="text/html; charset=en_in" />
6
- <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
7
- <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
8
- <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
9
- <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
5
+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6
+
7
+ <link rel="stylesheet" href="css/full_list.css" type="text/css" media="screen" charset="utf-8" />
8
+
9
+ <link rel="stylesheet" href="css/common.css" type="text/css" media="screen" charset="utf-8" />
10
+
11
+
12
+
13
+ <script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
14
+
15
+ <script type="text/javascript" charset="utf-8" src="js/full_list.js"></script>
16
+
17
+
10
18
  <base id="base_target" target="_parent" />
11
19
  </head>
12
20
  <body>
@@ -19,9 +27,19 @@
19
27
  <div id="content">
20
28
  <h1 id="full_list_header">Class List</h1>
21
29
  <div id="nav">
22
- <a target="_self" href="class_list.html">Classes</a> |
23
- <a target="_self" href="method_list.html">Methods</a> |
24
- <a target="_self" href="file_list.html">Files</a>
30
+
31
+ <span><a target="_self" href="class_list.html">
32
+ Classes
33
+ </a></span>
34
+
35
+ <span><a target="_self" href="method_list.html">
36
+ Methods
37
+ </a></span>
38
+
39
+ <span><a target="_self" href="file_list.html">
40
+ Files
41
+ </a></span>
42
+
25
43
  </div>
26
44
  <div id="search">Search: <input type="text" /></div>
27
45
 
@@ -33,4 +51,3 @@
33
51
  </div>
34
52
  </body>
35
53
  </html>
36
-
File without changes
@@ -1,6 +1,6 @@
1
- body {
1
+ body {
2
2
  margin: 0;
3
- font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
4
  font-size: 13px;
5
5
  height: 101%;
6
6
  overflow-x: hidden;
@@ -16,6 +16,8 @@ h1 { padding: 12px 10px; padding-bottom: 0; margin: 0; font-size: 1.4em; }
16
16
  #noresults { padding: 7px 12px; }
17
17
  #content.insearch #noresults { margin-left: 7px; }
18
18
  ul.collapsed ul, ul.collapsed li { display: none; }
19
+ ul.collapsed.search_uncollapsed { display: block; }
20
+ ul.collapsed.search_uncollapsed li { display: list-item; }
19
21
  li a.toggle { cursor: default; position: relative; left: -5px; top: 4px; text-indent: -999px; width: 10px; height: 9px; margin-left: -10px; display: block; float: left; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAASCAYAAABb0P4QAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAK8AAACvABQqw0mAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTM5jWRgMAAAAVdEVYdENyZWF0aW9uIFRpbWUAMy8xNC8wOeNZPpQAAAE2SURBVDiNrZTBccIwEEXfelIAHUA6CZ24BGaWO+FuzZAK4k6gg5QAdGAq+Bxs2Yqx7BzyL7Llp/VfzZeQhCTc/ezuGzKKnKSzpCxXJM8fwNXda3df5RZETlIt6YUzSQDs93sl8w3wBZxCCE10GM1OcWbWjB2mWgEH4Mfdyxm3PSepBHibgQE2wLe7r4HjEidpnXMYdQPKEMJcsZ4zs2POYQOcaPfwMVOo58zsAdMt18BuoVDPxUJRacELbXv3hUIX2vYmOUvi8C8ydz/ThjXrqKqqLbDIAdsCKBd+Wo7GWa7o9qzOQHVVVXeAbs+yHHCH4aTsaCOQqunmUy1yBUAXkdMIfMlgF5EXLo2OpV/c/Up7jG4hhHcYLgWzAZXUc2b2ixsfvc/RmNNfOXD3Q/oeL9axJE1yT9IOoUu6MGUkAAAAAElFTkSuQmCC) no-repeat bottom left; }
20
22
  li.collapsed a.toggle { opacity: 0.5; cursor: default; background-position: top left; }
21
23
  li { color: #888; cursor: pointer; }
@@ -35,6 +37,8 @@ li.collapsed.clicked a.toggle { background-position: top right; }
35
37
  #nav { margin-left: 10px; font-size: 0.9em; display: none; color: #aaa; }
36
38
  #nav a:link, #nav a:visited { color: #358; }
37
39
  #nav a:hover { background: transparent; color: #5af; }
40
+ .frames #nav span:after { content: ' | '; }
41
+ .frames #nav span:last-child:after { content: ''; }
38
42
 
39
43
  .frames #content h1 { margin-top: 0; }
40
44
  .frames li { white-space: nowrap; cursor: normal; }
@@ -1,6 +1,6 @@
1
- body {
1
+ body {
2
2
  padding: 0 20px;
3
- font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
3
+ font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
4
4
  font-size: 13px;
5
5
  }
6
6
  body.frames { padding: 0 5px; }
@@ -8,7 +8,7 @@ h1 { font-size: 25px; margin: 1em 0 0.5em; padding-top: 4px; border-top: 1px dot
8
8
  h1.noborder { border-top: 0px; margin-top: 0; padding-top: 4px; }
9
9
  h1.title { margin-bottom: 10px; }
10
10
  h1.alphaindex { margin-top: 0; font-size: 22px; }
11
- h2 {
11
+ h2 {
12
12
  padding: 0;
13
13
  padding-bottom: 3px;
14
14
  border-bottom: 1px #aaa solid;
@@ -24,6 +24,8 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
24
24
  .docstring h2 { font-size: 1.1em; }
25
25
  .docstring h3, .docstring h4 { font-size: 1em; border-bottom: 0; padding-top: 10px; }
26
26
  .summary_desc .object_link, .docstring .object_link { font-family: monospace; }
27
+ .rdoc-term { padding-right: 25px; font-weight: bold; }
28
+ .rdoc-list p { margin: 0; padding: 0; margin-bottom: 4px; }
27
29
 
28
30
  /* style for <ul> */
29
31
  #filecontents li > p, .docstring li > p { margin: 0px; }
@@ -34,9 +36,9 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
34
36
  #filecontents dd, .docstring dd { padding: 5px 0px; margin-left: 18px; }
35
37
  #filecontents dd > p, .docstring dd > p { margin: 0px; }
36
38
 
37
- .note {
39
+ .note {
38
40
  color: #222;
39
- -moz-border-radius: 3px; -webkit-border-radius: 3px;
41
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
40
42
  background: #e3e4e3; border: 1px solid #d5d5d5; padding: 7px 10px;
41
43
  display: block;
42
44
  }
@@ -44,13 +46,14 @@ h2 small { font-weight: normal; font-size: 0.7em; display: block; float: right;
44
46
  .note.returns_void { background: #efefef; }
45
47
  .note.deprecated { background: #ffe5e5; border-color: #e9dada; }
46
48
  .note.private { background: #ffffc5; border-color: #ececaa; }
47
- .note.title { text-transform: lowercase; padding: 1px 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
49
+ .note.title { padding: 1px 5px; font-size: 0.9em; font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif; display: inline; }
48
50
  .summary_signature + .note.title { margin-left: 7px; }
49
51
  h1 .note.title { font-size: 0.5em; font-weight: normal; padding: 3px 5px; position: relative; top: -3px; text-transform: capitalize; }
50
- .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
51
- .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
52
- .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
52
+ .note.title.constructor { color: #fff; background: #6a98d6; border-color: #6689d6; }
53
+ .note.title.writeonly { color: #fff; background: #45a638; border-color: #2da31d; }
54
+ .note.title.readonly { color: #fff; background: #6a98d6; border-color: #6689d6; }
53
55
  .note.title.private { background: #d5d5d5; border-color: #c5c5c5; }
56
+ .note.title.not_defined_here { background: transparent; border: none; font-style: italic; }
54
57
  .discussion .note { margin-top: 6px; }
55
58
  .discussion .note:first-child { margin-top: 0; }
56
59
 
@@ -70,23 +73,25 @@ p.inherited {
70
73
  margin-left: 25px;
71
74
  }
72
75
 
73
- dl.box {
76
+ #filecontents dl.box, dl.box {
77
+ border: 0;
74
78
  width: 520px;
75
79
  font-size: 1em;
76
80
  }
77
- dl.box dt {
81
+ #filecontents dl.box dt, dl.box dt {
78
82
  float: left;
79
83
  display: block;
80
84
  width: 100px;
81
85
  margin: 0;
82
86
  text-align: right;
83
87
  font-weight: bold;
88
+ background: transparent;
84
89
  border: 1px solid #aaa;
85
90
  border-width: 1px 0px 0px 1px;
86
91
  padding: 6px 0;
87
92
  padding-right: 10px;
88
93
  }
89
- dl.box dd {
94
+ #filecontents dl.box dd, dl.box dd {
90
95
  float: left;
91
96
  display: block;
92
97
  width: 380px;
@@ -96,16 +101,14 @@ dl.box dd {
96
101
  border: 1px solid #aaa;
97
102
  border-width: 1px 1px 0 0;
98
103
  }
99
- dl.box .last {
104
+ #filecontents dl.box .last, dl.box .last {
100
105
  border-bottom: 1px solid #aaa;
101
106
  }
102
- dl.box .r1 { background: #eee; }
107
+ #filecontents dl.box .r1, dl.box .r1 { background: #eee; }
103
108
 
104
109
  ul.toplevel { list-style: none; padding-left: 0; font-size: 1.1em; }
105
- #files { padding-left: 15px; font-size: 1.1em; }
106
-
107
- #files { padding: 0; }
108
- #files li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
110
+ .index_inline_list { padding-left: 0; font-size: 1.1em; }
111
+ .index_inline_list li { list-style: none; display: inline; padding: 7px 12px; line-height: 35px; }
109
112
 
110
113
  dl.constants { margin-left: 40px; }
111
114
  dl.constants dt { font-weight: bold; font-size: 1.1em; margin-bottom: 5px; }
@@ -121,29 +124,36 @@ dl.constants .discussion *:last-child { margin-bottom: 0; }
121
124
 
122
125
  .method_details { border-top: 1px dotted #aaa; margin-top: 15px; padding-top: 0; }
123
126
  .method_details.first { border: 0; }
124
- p.signature {
125
- font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
126
- padding: 6px 10px; margin-top: 18px;
127
+ p.signature, h3.signature {
128
+ font-size: 1.1em; font-weight: normal; font-family: Monaco, Consolas, Courier, monospace;
129
+ padding: 6px 10px; margin-top: 18px;
127
130
  background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
128
131
  }
129
- p.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
130
- p.signature .overload { display: block; }
131
- p.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
132
- p.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
133
- p.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
132
+ p.signature tt,
133
+ h3.signature tt { font-family: Monaco, Consolas, Courier, monospace; }
134
+ p.signature .overload,
135
+ h3.signature .overload { display: block; }
136
+ p.signature .extras,
137
+ h3.signature .extras { font-weight: normal; font-family: sans-serif; color: #444; font-size: 1em; }
138
+ p.signature .not_defined_here,
139
+ h3.signature .not_defined_here,
140
+ p.signature .aliases,
141
+ h3.signature .aliases { display: block; font-weight: normal; font-size: 0.9em; font-family: sans-serif; margin-top: 0px; color: #555; }
142
+ p.signature .aliases .names,
143
+ h3.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace; font-weight: bold; color: #000; font-size: 1.2em; }
134
144
 
135
- .tags h3 { font-size: 1em; margin-bottom: 0; }
145
+ .tags .tag_title { font-size: 1em; margin-bottom: 0; font-weight: bold; }
136
146
  .tags ul { margin-top: 5px; padding-left: 30px; list-style: square; }
137
147
  .tags ul li { margin-bottom: 3px; }
138
148
  .tags ul .name { font-family: monospace; font-weight: bold; }
139
149
  .tags ul .note { padding: 3px 6px; }
140
150
  .tags { margin-bottom: 12px; }
141
151
 
142
- .tags .examples h3 { margin-bottom: 10px; }
143
- .tags .examples h4 { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
152
+ .tags .examples .tag_title { margin-bottom: 10px; font-weight: bold; }
153
+ .tags .examples .inline p { padding: 0; margin: 0; margin-left: 15px; font-weight: bold; font-size: 0.9em; }
144
154
 
145
155
  .tags .overload .overload_item { list-style: none; margin-bottom: 25px; }
146
- .tags .overload .overload_item .signature {
156
+ .tags .overload .overload_item .signature {
147
157
  padding: 2px 8px;
148
158
  background: #e5e8ff; border: 1px solid #d8d8e5; -moz-border-radius: 3px; -webkit-border-radius: 3px;
149
159
  }
@@ -159,7 +169,7 @@ p.signature .aliases .names { font-family: Monaco, Consolas, Courier, monospace;
159
169
 
160
170
  #content a:link, #content a:visited { text-decoration: none; color: #05a; }
161
171
  #content a:hover { background: #ffffa5; }
162
- .docstring { margin-right: 6em; }
172
+ div.docstring, p.docstring { margin-right: 6em; }
163
173
 
164
174
  ul.summary {
165
175
  list-style: none;
@@ -167,19 +177,19 @@ ul.summary {
167
177
  font-size: 1em;
168
178
  line-height: 1.5em;
169
179
  }
170
- ul.summary a:link, ul.summary a:visited {
180
+ ul.summary a:link, ul.summary a:visited {
171
181
  text-decoration: none; font-size: 1.1em;
172
182
  }
173
183
  ul.summary li { margin-bottom: 5px; }
174
- .summary .summary_signature {
184
+ .summary .summary_signature {
175
185
  padding: 1px 10px;
176
186
  background: #eaeaff; border: 1px solid #dfdfe5;
177
- -moz-border-radius: 3px; -webkit-border-radius: 3px;
187
+ -moz-border-radius: 3px; -webkit-border-radius: 3px;
178
188
  }
179
189
  .summary_signature:hover { background: #eeeeff; cursor: pointer; }
180
190
  ul.summary.compact li { display: inline-block; margin: 0px 5px 0px 0px; line-height: 2.6em;}
181
191
  ul.summary.compact .summary_signature { padding: 5px 7px; padding-right: 4px; }
182
- #content .summary_signature:hover a:link,
192
+ #content .summary_signature:hover a:link,
183
193
  #content .summary_signature:hover a:visited {
184
194
  background: transparent;
185
195
  color: #48f;
@@ -202,18 +212,18 @@ ul.fullTree li:last-child { padding-bottom: 0; }
202
212
  .showAll .inheritName { display: none; }
203
213
 
204
214
  #search { position: absolute; right: 14px; top: 0px; }
205
- #search a:link, #search a:visited {
215
+ #search a:link, #search a:visited {
206
216
  display: block; float: left; margin-right: 4px;
207
217
  padding: 8px 10px; text-decoration: none; color: #05a;
208
218
  border: 1px solid #d8d8e5;
209
- -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
219
+ -moz-border-radius-bottomleft: 3px; -moz-border-radius-bottomright: 3px;
210
220
  -webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
211
221
  background: #eaf0ff;
212
222
  -webkit-box-shadow: -1px 1px 3px #ddd;
213
223
  }
214
224
  #search a:hover { background: #f5faff; color: #06b; }
215
- #search a.active {
216
- background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
225
+ #search a.active {
226
+ background: #568; padding-bottom: 20px; color: #fff; border: 1px solid #457;
217
227
  -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px;
218
228
  -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
219
229
  }
@@ -227,7 +237,7 @@ ul.fullTree li:last-child { padding-bottom: 0; }
227
237
  #menu .title { color: #555; }
228
238
  #menu a:link, #menu a:visited { color: #333; text-decoration: none; border-bottom: 1px dotted #bbd; }
229
239
  #menu a:hover { color: #05a; }
230
- #menu .noframes { display: none; }
240
+ #menu .noframes { display: inline; }
231
241
  .frames #menu .noframes { display: inline; float: right; }
232
242
 
233
243
  #footer { margin-top: 15px; border-top: 1px solid #ccc; text-align: center; padding: 7px 0; color: #999; }
@@ -247,8 +257,8 @@ li.r2 { background: #fafafa; }
247
257
  z-index: 9999;
248
258
  background: #fff;
249
259
  display: none;
250
- position: absolute;
251
- top: 36px;
260
+ position: absolute;
261
+ top: 36px;
252
262
  right: 18px;
253
263
  width: 500px;
254
264
  height: 80%;
@@ -264,7 +274,7 @@ li.r2 { background: #fafafa; }
264
274
  #content ul.summary li.deprecated .summary_signature a:link,
265
275
  #content ul.summary li.deprecated .summary_signature a:visited { text-decoration: line-through; font-style: italic; }
266
276
 
267
- #toc {
277
+ #toc {
268
278
  padding: 20px; padding-right: 30px; border: 1px solid #ddd; float: right; background: #fff; margin-left: 20px; margin-bottom: 20px;
269
279
  max-width: 300px;
270
280
  -webkit-box-shadow: -2px 2px 6px #bbb;
@@ -289,8 +299,8 @@ li.r2 { background: #fafafa; }
289
299
  #filecontents pre.code, .docstring pre.code, .source_code pre { font-family: monospace; }
290
300
  #filecontents pre.code, .docstring pre.code { display: block; }
291
301
  .source_code .lines { padding-right: 12px; color: #555; text-align: right; }
292
- #filecontents pre.code, .docstring pre.code,
293
- .tags .example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
302
+ #filecontents pre.code, .docstring pre.code,
303
+ .tags pre.example { padding: 5px 12px; margin-top: 4px; border: 1px solid #eef; background: #f5f5ff; }
294
304
  pre.code { color: #000; }
295
305
  pre.code .info.file { color: #555; }
296
306
  pre.code .val { color: #036A07; }
@@ -298,21 +308,21 @@ pre.code .tstring_content,
298
308
  pre.code .heredoc_beg, pre.code .heredoc_end,
299
309
  pre.code .qwords_beg, pre.code .qwords_end,
300
310
  pre.code .tstring, pre.code .dstring { color: #036A07; }
301
- pre.code .fid, pre.code .id.new, pre.code .id.to_s,
302
- pre.code .id.to_sym, pre.code .id.to_f,
311
+ pre.code .fid, pre.code .rubyid_new, pre.code .rubyid_to_s,
312
+ pre.code .rubyid_to_sym, pre.code .rubyid_to_f,
303
313
  pre.code .dot + pre.code .id,
304
- pre.code .id.to_i pre.code .id.each { color: #0085FF; }
314
+ pre.code .rubyid_to_i pre.code .rubyid_each { color: #0085FF; }
305
315
  pre.code .comment { color: #0066FF; }
306
316
  pre.code .const, pre.code .constant { color: #585CF6; }
307
317
  pre.code .symbol { color: #C5060B; }
308
- pre.code .kw,
318
+ pre.code .kw,
309
319
  pre.code .label,
310
- pre.code .id.require,
311
- pre.code .id.extend,
312
- pre.code .id.include { color: #0000FF; }
320
+ pre.code .rubyid_require,
321
+ pre.code .rubyid_extend,
322
+ pre.code .rubyid_include { color: #0000FF; }
313
323
  pre.code .ivar { color: #318495; }
314
- pre.code .gvar,
315
- pre.code .id.backref,
316
- pre.code .id.nth_ref { color: #6D79DE; }
324
+ pre.code .gvar,
325
+ pre.code .rubyid_backref,
326
+ pre.code .rubyid_nth_ref { color: #6D79DE; }
317
327
  pre.code .regexp, .dregexp { color: #036A07; }
318
328
  pre.code a { border-bottom: 1px dotted #bbf; }