brauser 1.0.7 → 2.0.0
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.
- data/.travis.yml +1 -1
- data/Gemfile +1 -1
- data/README.md +6 -3
- data/Rakefile +1 -1
- data/brauser.gemspec +10 -8
- data/doc/Brauser.html +4 -4
- data/doc/Brauser/Browser.html +1722 -3546
- data/doc/Brauser/BrowserMethods.html +125 -0
- data/doc/Brauser/BrowserMethods/Attributes.html +484 -0
- data/doc/Brauser/BrowserMethods/General.html +134 -0
- data/doc/Brauser/BrowserMethods/General/ClassMethods.html +529 -0
- data/doc/Brauser/BrowserMethods/Parsing.html +350 -0
- data/doc/Brauser/BrowserMethods/PartialQuerying.html +629 -0
- data/doc/Brauser/BrowserMethods/Querying.html +583 -0
- data/doc/Brauser/BrowserMethods/Register.html +134 -0
- data/doc/Brauser/BrowserMethods/Register/ClassMethods.html +1081 -0
- data/doc/Brauser/Hooks.html +3 -3
- data/doc/Brauser/Hooks/RubyOnRails.html +3 -3
- data/doc/Brauser/Query.html +470 -52
- data/doc/Brauser/Version.html +5 -5
- data/doc/_index.html +102 -4
- data/doc/class_list.html +1 -1
- data/doc/file.README.html +11 -8
- data/doc/frames.html +1 -1
- data/doc/index.html +11 -8
- data/doc/method_list.html +61 -61
- data/doc/top-level-namespace.html +3 -3
- data/lib/brauser.rb +1 -1
- data/lib/brauser/browser.rb +725 -674
- data/lib/brauser/hooks.rb +1 -1
- data/lib/brauser/query.rb +6 -4
- data/lib/brauser/version.rb +3 -3
- data/spec/brauser/browser_spec.rb +15 -38
- data/spec/brauser/hooks_spec.rb +1 -1
- data/spec/brauser/query_spec.rb +1 -1
- data/spec/brauser_spec.rb +1 -1
- data/spec/coverage_helper.rb +1 -1
- data/spec/frameworks_helper.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +25 -22
data/doc/Brauser/Version.html
CHANGED
@@ -6,7 +6,7 @@
|
|
6
6
|
<title>
|
7
7
|
Module: Brauser::Version
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -119,7 +119,7 @@
|
|
119
119
|
|
120
120
|
</div>
|
121
121
|
</dt>
|
122
|
-
<dd><pre class="code"><span class='int'>
|
122
|
+
<dd><pre class="code"><span class='int'>2</span></pre></dd>
|
123
123
|
|
124
124
|
<dt id="MINOR-constant" class="">MINOR =
|
125
125
|
<div class="docstring">
|
@@ -149,7 +149,7 @@
|
|
149
149
|
|
150
150
|
</div>
|
151
151
|
</dt>
|
152
|
-
<dd><pre class="code"><span class='int'>
|
152
|
+
<dd><pre class="code"><span class='int'>0</span></pre></dd>
|
153
153
|
|
154
154
|
<dt id="STRING-constant" class="">STRING =
|
155
155
|
<div class="docstring">
|
@@ -180,9 +180,9 @@
|
|
180
180
|
</div>
|
181
181
|
|
182
182
|
<div id="footer">
|
183
|
-
Generated on
|
183
|
+
Generated on Sat Feb 2 17:47:18 2013 by
|
184
184
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
185
|
-
0.8.
|
185
|
+
0.8.3 (ruby-1.9.3).
|
186
186
|
</div>
|
187
187
|
|
188
188
|
</body>
|
data/doc/_index.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<head>
|
5
5
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
6
6
|
<title>
|
7
|
-
Documentation by YARD 0.8.
|
7
|
+
Documentation by YARD 0.8.3
|
8
8
|
|
9
9
|
</title>
|
10
10
|
|
@@ -56,7 +56,7 @@
|
|
56
56
|
|
57
57
|
<iframe id="search_frame"></iframe>
|
58
58
|
|
59
|
-
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.
|
59
|
+
<div id="content"><h1 class="noborder title">Documentation by YARD 0.8.3</h1>
|
60
60
|
<div id="listing">
|
61
61
|
<h1 class="alphaindex">Alphabetic Index</h1>
|
62
62
|
|
@@ -80,6 +80,21 @@
|
|
80
80
|
<td valign='top' width="33%">
|
81
81
|
|
82
82
|
|
83
|
+
<ul id="alpha_A" class="alpha">
|
84
|
+
<li class="letter">A</li>
|
85
|
+
<ul>
|
86
|
+
|
87
|
+
<li>
|
88
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Attributes.html" title="Brauser::BrowserMethods::Attributes (module)">Attributes</a></span>
|
89
|
+
|
90
|
+
<small>(Brauser::BrowserMethods)</small>
|
91
|
+
|
92
|
+
</li>
|
93
|
+
|
94
|
+
</ul>
|
95
|
+
</ul>
|
96
|
+
|
97
|
+
|
83
98
|
<ul id="alpha_B" class="alpha">
|
84
99
|
<li class="letter">B</li>
|
85
100
|
<ul>
|
@@ -96,6 +111,50 @@
|
|
96
111
|
|
97
112
|
</li>
|
98
113
|
|
114
|
+
<li>
|
115
|
+
<span class='object_link'><a href="Brauser/BrowserMethods.html" title="Brauser::BrowserMethods (module)">BrowserMethods</a></span>
|
116
|
+
|
117
|
+
<small>(Brauser)</small>
|
118
|
+
|
119
|
+
</li>
|
120
|
+
|
121
|
+
</ul>
|
122
|
+
</ul>
|
123
|
+
|
124
|
+
|
125
|
+
<ul id="alpha_C" class="alpha">
|
126
|
+
<li class="letter">C</li>
|
127
|
+
<ul>
|
128
|
+
|
129
|
+
<li>
|
130
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html" title="Brauser::BrowserMethods::Register::ClassMethods (module)">ClassMethods</a></span>
|
131
|
+
|
132
|
+
<small>(Brauser::BrowserMethods::Register)</small>
|
133
|
+
|
134
|
+
</li>
|
135
|
+
|
136
|
+
<li>
|
137
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html" title="Brauser::BrowserMethods::General::ClassMethods (module)">ClassMethods</a></span>
|
138
|
+
|
139
|
+
<small>(Brauser::BrowserMethods::General)</small>
|
140
|
+
|
141
|
+
</li>
|
142
|
+
|
143
|
+
</ul>
|
144
|
+
</ul>
|
145
|
+
|
146
|
+
|
147
|
+
<ul id="alpha_G" class="alpha">
|
148
|
+
<li class="letter">G</li>
|
149
|
+
<ul>
|
150
|
+
|
151
|
+
<li>
|
152
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General.html" title="Brauser::BrowserMethods::General (module)">General</a></span>
|
153
|
+
|
154
|
+
<small>(Brauser::BrowserMethods)</small>
|
155
|
+
|
156
|
+
</li>
|
157
|
+
|
99
158
|
</ul>
|
100
159
|
</ul>
|
101
160
|
|
@@ -115,6 +174,28 @@
|
|
115
174
|
</ul>
|
116
175
|
|
117
176
|
|
177
|
+
<ul id="alpha_P" class="alpha">
|
178
|
+
<li class="letter">P</li>
|
179
|
+
<ul>
|
180
|
+
|
181
|
+
<li>
|
182
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Parsing.html" title="Brauser::BrowserMethods::Parsing (module)">Parsing</a></span>
|
183
|
+
|
184
|
+
<small>(Brauser::BrowserMethods)</small>
|
185
|
+
|
186
|
+
</li>
|
187
|
+
|
188
|
+
<li>
|
189
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html" title="Brauser::BrowserMethods::PartialQuerying (module)">PartialQuerying</a></span>
|
190
|
+
|
191
|
+
<small>(Brauser::BrowserMethods)</small>
|
192
|
+
|
193
|
+
</li>
|
194
|
+
|
195
|
+
</ul>
|
196
|
+
</ul>
|
197
|
+
|
198
|
+
|
118
199
|
<ul id="alpha_Q" class="alpha">
|
119
200
|
<li class="letter">Q</li>
|
120
201
|
<ul>
|
@@ -126,14 +207,31 @@
|
|
126
207
|
|
127
208
|
</li>
|
128
209
|
|
210
|
+
<li>
|
211
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Querying.html" title="Brauser::BrowserMethods::Querying (module)">Querying</a></span>
|
212
|
+
|
213
|
+
<small>(Brauser::BrowserMethods)</small>
|
214
|
+
|
215
|
+
</li>
|
216
|
+
|
129
217
|
</ul>
|
130
218
|
</ul>
|
131
219
|
|
132
220
|
|
221
|
+
</td><td valign='top' width="33%">
|
222
|
+
|
223
|
+
|
133
224
|
<ul id="alpha_R" class="alpha">
|
134
225
|
<li class="letter">R</li>
|
135
226
|
<ul>
|
136
227
|
|
228
|
+
<li>
|
229
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register.html" title="Brauser::BrowserMethods::Register (module)">Register</a></span>
|
230
|
+
|
231
|
+
<small>(Brauser::BrowserMethods)</small>
|
232
|
+
|
233
|
+
</li>
|
234
|
+
|
137
235
|
<li>
|
138
236
|
<span class='object_link'><a href="Brauser/Hooks/RubyOnRails.html" title="Brauser::Hooks::RubyOnRails (module)">RubyOnRails</a></span>
|
139
237
|
|
@@ -168,9 +266,9 @@
|
|
168
266
|
</div>
|
169
267
|
|
170
268
|
<div id="footer">
|
171
|
-
Generated on
|
269
|
+
Generated on Sat Feb 2 17:47:18 2013 by
|
172
270
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
173
|
-
0.8.
|
271
|
+
0.8.3 (ruby-1.9.3).
|
174
272
|
</div>
|
175
273
|
|
176
274
|
</body>
|
data/doc/class_list.html
CHANGED
@@ -45,7 +45,7 @@
|
|
45
45
|
|
46
46
|
<ul id="full_list" class="class">
|
47
47
|
<li><span class='object_link'><a href="top-level-namespace.html" title=" (root)">Top Level Namespace</a></span></li>
|
48
|
-
<li><a class='toggle'></a> <span class='object_link'><a href="Brauser.html" title="Brauser (module)">Brauser</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Brauser/Browser.html" title="Brauser::Browser (class)">Browser</a></span> < Object<small class='search_info'>Brauser</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Brauser/Hooks.html" title="Brauser::Hooks (module)">Hooks</a></span><small class='search_info'>Brauser</small></li><ul><li><span class='object_link'><a href="Brauser/Hooks/RubyOnRails.html" title="Brauser::Hooks::RubyOnRails (module)">RubyOnRails</a></span><small class='search_info'>Brauser::Hooks</small></li></ul><li><span class='object_link'><a href="Brauser/Query.html" title="Brauser::Query (class)">Query</a></span> < Object<small class='search_info'>Brauser</small></li><li><span class='object_link'><a href="Brauser/Version.html" title="Brauser::Version (module)">Version</a></span><small class='search_info'>Brauser</small></li></ul>
|
48
|
+
<li><a class='toggle'></a> <span class='object_link'><a href="Brauser.html" title="Brauser (module)">Brauser</a></span><small class='search_info'>Top Level Namespace</small></li><ul><li><span class='object_link'><a href="Brauser/Browser.html" title="Brauser::Browser (class)">Browser</a></span> < Object<small class='search_info'>Brauser</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Brauser/BrowserMethods.html" title="Brauser::BrowserMethods (module)">BrowserMethods</a></span><small class='search_info'>Brauser</small></li><ul><li><span class='object_link'><a href="Brauser/BrowserMethods/Attributes.html" title="Brauser::BrowserMethods::Attributes (module)">Attributes</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Brauser/BrowserMethods/General.html" title="Brauser::BrowserMethods::General (module)">General</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><ul><li><span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html" title="Brauser::BrowserMethods::General::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Brauser::BrowserMethods::General</small></li></ul><li><span class='object_link'><a href="Brauser/BrowserMethods/Parsing.html" title="Brauser::BrowserMethods::Parsing (module)">Parsing</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><li><span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html" title="Brauser::BrowserMethods::PartialQuerying (module)">PartialQuerying</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><li><span class='object_link'><a href="Brauser/BrowserMethods/Querying.html" title="Brauser::BrowserMethods::Querying (module)">Querying</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><li><a class='toggle'></a> <span class='object_link'><a href="Brauser/BrowserMethods/Register.html" title="Brauser::BrowserMethods::Register (module)">Register</a></span><small class='search_info'>Brauser::BrowserMethods</small></li><ul><li><span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html" title="Brauser::BrowserMethods::Register::ClassMethods (module)">ClassMethods</a></span><small class='search_info'>Brauser::BrowserMethods::Register</small></li></ul></ul><li><a class='toggle'></a> <span class='object_link'><a href="Brauser/Hooks.html" title="Brauser::Hooks (module)">Hooks</a></span><small class='search_info'>Brauser</small></li><ul><li><span class='object_link'><a href="Brauser/Hooks/RubyOnRails.html" title="Brauser::Hooks::RubyOnRails (module)">RubyOnRails</a></span><small class='search_info'>Brauser::Hooks</small></li></ul><li><span class='object_link'><a href="Brauser/Query.html" title="Brauser::Query (class)">Query</a></span> < Object<small class='search_info'>Brauser</small></li><li><span class='object_link'><a href="Brauser/Version.html" title="Brauser::Version (module)">Version</a></span><small class='search_info'>Brauser</small></li></ul>
|
49
49
|
|
50
50
|
</ul>
|
51
51
|
</div>
|
data/doc/file.README.html
CHANGED
@@ -2,11 +2,11 @@
|
|
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=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -65,11 +65,13 @@
|
|
65
65
|
|
66
66
|
<p><a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status"></a>
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a>
|
68
|
-
<a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/
|
68
|
+
<a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/github/ShogunPanda/brauser.png" alt="Code Climate"></a></p>
|
69
69
|
|
70
70
|
<p>A framework agnostic browser detection and querying helper.</p>
|
71
71
|
|
72
|
-
<p><a href="http://
|
72
|
+
<p><a href="http://sw.cow.tc/brauser">http://sw.cow.tc/brauser</a></p>
|
73
|
+
|
74
|
+
<p><a href="http://rdoc.info/gems/brauser">http://rdoc.info/gems/brauser</a></p>
|
73
75
|
|
74
76
|
<h2>Description</h2>
|
75
77
|
|
@@ -259,14 +261,15 @@
|
|
259
261
|
|
260
262
|
<h2>Copyright</h2>
|
261
263
|
|
262
|
-
<p>Copyright (C)
|
263
|
-
|
264
|
+
<p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
|
265
|
+
|
266
|
+
<p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
264
267
|
</div></div>
|
265
268
|
|
266
269
|
<div id="footer">
|
267
|
-
Generated on
|
270
|
+
Generated on Sat Feb 2 17:47:18 2013 by
|
268
271
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
269
|
-
0.8.
|
272
|
+
0.8.3 (ruby-1.9.3).
|
270
273
|
</div>
|
271
274
|
|
272
275
|
</body>
|
data/doc/frames.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
5
|
<head>
|
6
6
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
7
|
-
<title>Documentation by YARD 0.8.
|
7
|
+
<title>Documentation by YARD 0.8.3</title>
|
8
8
|
</head>
|
9
9
|
<script type="text/javascript" charset="utf-8">
|
10
10
|
window.onload = function() {
|
data/doc/index.html
CHANGED
@@ -2,11 +2,11 @@
|
|
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=
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII" />
|
6
6
|
<title>
|
7
7
|
File: README
|
8
8
|
|
9
|
-
— Documentation by YARD 0.8.
|
9
|
+
— Documentation by YARD 0.8.3
|
10
10
|
|
11
11
|
</title>
|
12
12
|
|
@@ -65,11 +65,13 @@
|
|
65
65
|
|
66
66
|
<p><a href="http://travis-ci.org/ShogunPanda/brauser"><img src="https://secure.travis-ci.org/ShogunPanda/brauser.png?branch=master" alt="Build Status"></a>
|
67
67
|
<a href="https://gemnasium.com/ShogunPanda/brauser"><img src="https://gemnasium.com/ShogunPanda/brauser.png?travis" alt="Dependency Status"></a>
|
68
|
-
<a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/
|
68
|
+
<a href="https://codeclimate.com/github/ShogunPanda/brauser"><img src="https://codeclimate.com/github/ShogunPanda/brauser.png" alt="Code Climate"></a></p>
|
69
69
|
|
70
70
|
<p>A framework agnostic browser detection and querying helper.</p>
|
71
71
|
|
72
|
-
<p><a href="http://
|
72
|
+
<p><a href="http://sw.cow.tc/brauser">http://sw.cow.tc/brauser</a></p>
|
73
|
+
|
74
|
+
<p><a href="http://rdoc.info/gems/brauser">http://rdoc.info/gems/brauser</a></p>
|
73
75
|
|
74
76
|
<h2>Description</h2>
|
75
77
|
|
@@ -259,14 +261,15 @@
|
|
259
261
|
|
260
262
|
<h2>Copyright</h2>
|
261
263
|
|
262
|
-
<p>Copyright (C)
|
263
|
-
|
264
|
+
<p>Copyright (C) 2013 and above Shogun (<a href="mailto:shogun_panda@me.com">shogun_panda@me.com</a>).</p>
|
265
|
+
|
266
|
+
<p>Licensed under the MIT license, which can be found at <a href="http://www.opensource.org/licenses/mit-license.php">http://www.opensource.org/licenses/mit-license.php</a>.</p>
|
264
267
|
</div></div>
|
265
268
|
|
266
269
|
<div id="footer">
|
267
|
-
Generated on
|
270
|
+
Generated on Sat Feb 2 17:47:18 2013 by
|
268
271
|
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
269
|
-
0.8.
|
272
|
+
0.8.3 (ruby-1.9.3).
|
270
273
|
</div>
|
271
274
|
|
272
275
|
</body>
|
data/doc/method_list.html
CHANGED
@@ -55,33 +55,33 @@
|
|
55
55
|
|
56
56
|
|
57
57
|
<li class="r2 ">
|
58
|
-
<span class='object_link'><a href="Brauser/
|
58
|
+
<span class='object_link'><a href="Brauser/Query.html#accepts-instance_method" title="Brauser::Query#accepts (method)">#accepts</a></span>
|
59
59
|
|
60
|
-
<small>Brauser::
|
60
|
+
<small>Brauser::Query</small>
|
61
61
|
|
62
62
|
</li>
|
63
63
|
|
64
64
|
|
65
65
|
<li class="r1 ">
|
66
|
-
<span class='object_link'><a href="Brauser/
|
66
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html#accepts-instance_method" title="Brauser::BrowserMethods::PartialQuerying#accepts (method)">#accepts</a></span>
|
67
67
|
|
68
|
-
<small>Brauser::
|
68
|
+
<small>Brauser::BrowserMethods::PartialQuerying</small>
|
69
69
|
|
70
70
|
</li>
|
71
71
|
|
72
72
|
|
73
73
|
<li class="r2 ">
|
74
|
-
<span class='object_link'><a href="Brauser/
|
74
|
+
<span class='object_link'><a href="Brauser/Query.html#accepts%3F-instance_method" title="Brauser::Query#accepts? (method)">#accepts?</a></span>
|
75
75
|
|
76
|
-
<small>Brauser::
|
76
|
+
<small>Brauser::Query</small>
|
77
77
|
|
78
78
|
</li>
|
79
79
|
|
80
80
|
|
81
81
|
<li class="r1 ">
|
82
|
-
<span class='object_link'><a href="Brauser/
|
82
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Querying.html#accepts%3F-instance_method" title="Brauser::BrowserMethods::Querying#accepts? (method)">#accepts?</a></span>
|
83
83
|
|
84
|
-
<small>Brauser::
|
84
|
+
<small>Brauser::BrowserMethods::Querying</small>
|
85
85
|
|
86
86
|
</li>
|
87
87
|
|
@@ -103,25 +103,25 @@
|
|
103
103
|
|
104
104
|
|
105
105
|
<li class="r2 ">
|
106
|
-
<span class='object_link'><a href="Brauser/
|
106
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html#browsers-instance_method" title="Brauser::BrowserMethods::General::ClassMethods#browsers (method)">#browsers</a></span>
|
107
107
|
|
108
|
-
<small>Brauser::
|
108
|
+
<small>Brauser::BrowserMethods::General::ClassMethods</small>
|
109
109
|
|
110
110
|
</li>
|
111
111
|
|
112
112
|
|
113
113
|
<li class="r1 ">
|
114
|
-
<span class='object_link'><a href="Brauser/
|
114
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Attributes.html#classes-instance_method" title="Brauser::BrowserMethods::Attributes#classes (method)">#classes</a></span>
|
115
115
|
|
116
|
-
<small>Brauser::
|
116
|
+
<small>Brauser::BrowserMethods::Attributes</small>
|
117
117
|
|
118
118
|
</li>
|
119
119
|
|
120
120
|
|
121
121
|
<li class="r2 ">
|
122
|
-
<span class='object_link'><a href="Brauser/
|
122
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html#compare_versions-instance_method" title="Brauser::BrowserMethods::General::ClassMethods#compare_versions (method)">#compare_versions</a></span>
|
123
123
|
|
124
|
-
<small>Brauser::
|
124
|
+
<small>Brauser::BrowserMethods::General::ClassMethods</small>
|
125
125
|
|
126
126
|
</li>
|
127
127
|
|
@@ -151,39 +151,39 @@
|
|
151
151
|
|
152
152
|
|
153
153
|
<li class="r2 ">
|
154
|
-
<span class='object_link'><a href="Brauser/
|
154
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html#is-instance_method" title="Brauser::BrowserMethods::PartialQuerying#is (method)">#is</a></span>
|
155
155
|
|
156
|
-
<small>Brauser::
|
156
|
+
<small>Brauser::BrowserMethods::PartialQuerying</small>
|
157
157
|
|
158
158
|
</li>
|
159
159
|
|
160
160
|
|
161
161
|
<li class="r1 ">
|
162
|
-
<span class='object_link'><a href="Brauser/
|
162
|
+
<span class='object_link'><a href="Brauser/Query.html#is-instance_method" title="Brauser::Query#is (method)">#is</a></span>
|
163
163
|
|
164
|
-
<small>Brauser::
|
164
|
+
<small>Brauser::Query</small>
|
165
165
|
|
166
166
|
</li>
|
167
167
|
|
168
168
|
|
169
169
|
<li class="r2 ">
|
170
|
-
<span class='object_link'><a href="Brauser/
|
170
|
+
<span class='object_link'><a href="Brauser/Query.html#is%3F-instance_method" title="Brauser::Query#is? (method)">#is?</a></span>
|
171
171
|
|
172
|
-
<small>Brauser::
|
172
|
+
<small>Brauser::Query</small>
|
173
173
|
|
174
174
|
</li>
|
175
175
|
|
176
176
|
|
177
177
|
<li class="r1 ">
|
178
|
-
<span class='object_link'><a href="Brauser/
|
178
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Querying.html#is%3F-instance_method" title="Brauser::BrowserMethods::Querying#is? (method)">#is?</a></span>
|
179
179
|
|
180
|
-
<small>Brauser::
|
180
|
+
<small>Brauser::BrowserMethods::Querying</small>
|
181
181
|
|
182
182
|
</li>
|
183
183
|
|
184
184
|
|
185
185
|
<li class="r2 ">
|
186
|
-
<span class='object_link'><a href="Brauser/Browser.html#languages-
|
186
|
+
<span class='object_link'><a href="Brauser/Browser.html#languages-instance_method" title="Brauser::Browser#languages (method)">#languages</a></span>
|
187
187
|
|
188
188
|
<small>Brauser::Browser</small>
|
189
189
|
|
@@ -191,9 +191,9 @@
|
|
191
191
|
|
192
192
|
|
193
193
|
<li class="r1 ">
|
194
|
-
<span class='object_link'><a href="Brauser/
|
194
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html#languages-instance_method" title="Brauser::BrowserMethods::General::ClassMethods#languages (method)">#languages</a></span>
|
195
195
|
|
196
|
-
<small>Brauser::
|
196
|
+
<small>Brauser::BrowserMethods::General::ClassMethods</small>
|
197
197
|
|
198
198
|
</li>
|
199
199
|
|
@@ -215,49 +215,49 @@
|
|
215
215
|
|
216
216
|
|
217
217
|
<li class="r2 ">
|
218
|
-
<span class='object_link'><a href="Brauser/
|
218
|
+
<span class='object_link'><a href="Brauser/Query.html#on-instance_method" title="Brauser::Query#on (method)">#on</a></span>
|
219
219
|
|
220
|
-
<small>Brauser::
|
220
|
+
<small>Brauser::Query</small>
|
221
221
|
|
222
222
|
</li>
|
223
223
|
|
224
224
|
|
225
225
|
<li class="r1 ">
|
226
|
-
<span class='object_link'><a href="Brauser/
|
226
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html#on-instance_method" title="Brauser::BrowserMethods::PartialQuerying#on (method)">#on</a></span>
|
227
227
|
|
228
|
-
<small>Brauser::
|
228
|
+
<small>Brauser::BrowserMethods::PartialQuerying</small>
|
229
229
|
|
230
230
|
</li>
|
231
231
|
|
232
232
|
|
233
233
|
<li class="r2 ">
|
234
|
-
<span class='object_link'><a href="Brauser/
|
234
|
+
<span class='object_link'><a href="Brauser/Query.html#on%3F-instance_method" title="Brauser::Query#on? (method)">#on?</a></span>
|
235
235
|
|
236
|
-
<small>Brauser::
|
236
|
+
<small>Brauser::Query</small>
|
237
237
|
|
238
238
|
</li>
|
239
239
|
|
240
240
|
|
241
241
|
<li class="r1 ">
|
242
|
-
<span class='object_link'><a href="Brauser/
|
242
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Querying.html#on%3F-instance_method" title="Brauser::BrowserMethods::Querying#on? (method)">#on?</a></span>
|
243
243
|
|
244
|
-
<small>Brauser::
|
244
|
+
<small>Brauser::BrowserMethods::Querying</small>
|
245
245
|
|
246
246
|
</li>
|
247
247
|
|
248
248
|
|
249
249
|
<li class="r2 ">
|
250
|
-
<span class='object_link'><a href="Brauser/
|
250
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Parsing.html#parse_accept_language-instance_method" title="Brauser::BrowserMethods::Parsing#parse_accept_language (method)">#parse_accept_language</a></span>
|
251
251
|
|
252
|
-
<small>Brauser::
|
252
|
+
<small>Brauser::BrowserMethods::Parsing</small>
|
253
253
|
|
254
254
|
</li>
|
255
255
|
|
256
256
|
|
257
257
|
<li class="r1 ">
|
258
|
-
<span class='object_link'><a href="Brauser/
|
258
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Parsing.html#parse_agent-instance_method" title="Brauser::BrowserMethods::Parsing#parse_agent (method)">#parse_agent</a></span>
|
259
259
|
|
260
|
-
<small>Brauser::
|
260
|
+
<small>Brauser::BrowserMethods::Parsing</small>
|
261
261
|
|
262
262
|
</li>
|
263
263
|
|
@@ -271,73 +271,73 @@
|
|
271
271
|
|
272
272
|
|
273
273
|
<li class="r1 ">
|
274
|
-
<span class='object_link'><a href="Brauser/
|
274
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Attributes.html#platform_name-instance_method" title="Brauser::BrowserMethods::Attributes#platform_name (method)">#platform_name</a></span>
|
275
275
|
|
276
|
-
<small>Brauser::
|
276
|
+
<small>Brauser::BrowserMethods::Attributes</small>
|
277
277
|
|
278
278
|
</li>
|
279
279
|
|
280
280
|
|
281
281
|
<li class="r2 ">
|
282
|
-
<span class='object_link'><a href="Brauser/
|
282
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/General/ClassMethods.html#platforms-instance_method" title="Brauser::BrowserMethods::General::ClassMethods#platforms (method)">#platforms</a></span>
|
283
283
|
|
284
|
-
<small>Brauser::
|
284
|
+
<small>Brauser::BrowserMethods::General::ClassMethods</small>
|
285
285
|
|
286
286
|
</li>
|
287
287
|
|
288
288
|
|
289
289
|
<li class="r1 ">
|
290
|
-
<span class='object_link'><a href="Brauser/
|
290
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Attributes.html#readable_name-instance_method" title="Brauser::BrowserMethods::Attributes#readable_name (method)">#readable_name</a></span>
|
291
291
|
|
292
|
-
<small>Brauser::
|
292
|
+
<small>Brauser::BrowserMethods::Attributes</small>
|
293
293
|
|
294
294
|
</li>
|
295
295
|
|
296
296
|
|
297
297
|
<li class="r2 ">
|
298
|
-
<span class='object_link'><a href="Brauser/
|
298
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_browser-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_browser (method)">#register_browser</a></span>
|
299
299
|
|
300
|
-
<small>Brauser::
|
300
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
301
301
|
|
302
302
|
</li>
|
303
303
|
|
304
304
|
|
305
305
|
<li class="r1 ">
|
306
|
-
<span class='object_link'><a href="Brauser/
|
306
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_default_browsers-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_default_browsers (method)">#register_default_browsers</a></span>
|
307
307
|
|
308
|
-
<small>Brauser::
|
308
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
309
309
|
|
310
310
|
</li>
|
311
311
|
|
312
312
|
|
313
313
|
<li class="r2 ">
|
314
|
-
<span class='object_link'><a href="Brauser/
|
314
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_default_languages-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_default_languages (method)">#register_default_languages</a></span>
|
315
315
|
|
316
|
-
<small>Brauser::
|
316
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
317
317
|
|
318
318
|
</li>
|
319
319
|
|
320
320
|
|
321
321
|
<li class="r1 ">
|
322
|
-
<span class='object_link'><a href="Brauser/
|
322
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_default_platforms-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_default_platforms (method)">#register_default_platforms</a></span>
|
323
323
|
|
324
|
-
<small>Brauser::
|
324
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
325
325
|
|
326
326
|
</li>
|
327
327
|
|
328
328
|
|
329
329
|
<li class="r2 ">
|
330
|
-
<span class='object_link'><a href="Brauser/
|
330
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_language-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_language (method)">#register_language</a></span>
|
331
331
|
|
332
|
-
<small>Brauser::
|
332
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
333
333
|
|
334
334
|
</li>
|
335
335
|
|
336
336
|
|
337
337
|
<li class="r1 ">
|
338
|
-
<span class='object_link'><a href="Brauser/
|
338
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Register/ClassMethods.html#register_platform-instance_method" title="Brauser::BrowserMethods::Register::ClassMethods#register_platform (method)">#register_platform</a></span>
|
339
339
|
|
340
|
-
<small>Brauser::
|
340
|
+
<small>Brauser::BrowserMethods::Register::ClassMethods</small>
|
341
341
|
|
342
342
|
</li>
|
343
343
|
|
@@ -367,17 +367,17 @@
|
|
367
367
|
|
368
368
|
|
369
369
|
<li class="r1 ">
|
370
|
-
<span class='object_link'><a href="Brauser/
|
370
|
+
<span class='object_link'><a href="Brauser/Query.html#v-instance_method" title="Brauser::Query#v (method)">#v</a></span>
|
371
371
|
|
372
|
-
<small>Brauser::
|
372
|
+
<small>Brauser::Query</small>
|
373
373
|
|
374
374
|
</li>
|
375
375
|
|
376
376
|
|
377
377
|
<li class="r2 ">
|
378
|
-
<span class='object_link'><a href="Brauser/
|
378
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/PartialQuerying.html#v-instance_method" title="Brauser::BrowserMethods::PartialQuerying#v (method)">#v</a></span>
|
379
379
|
|
380
|
-
<small>Brauser::
|
380
|
+
<small>Brauser::BrowserMethods::PartialQuerying</small>
|
381
381
|
|
382
382
|
</li>
|
383
383
|
|
@@ -391,9 +391,9 @@
|
|
391
391
|
|
392
392
|
|
393
393
|
<li class="r2 ">
|
394
|
-
<span class='object_link'><a href="Brauser/
|
394
|
+
<span class='object_link'><a href="Brauser/BrowserMethods/Querying.html#v%3F-instance_method" title="Brauser::BrowserMethods::Querying#v? (method)">#v?</a></span>
|
395
395
|
|
396
|
-
<small>Brauser::
|
396
|
+
<small>Brauser::BrowserMethods::Querying</small>
|
397
397
|
|
398
398
|
</li>
|
399
399
|
|