chess 0.1.0 → 0.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.rdoc +1 -1
- data/Rakefile +3 -4
- data/chess.gemspec +5 -0
- data/doc/Chess.html +112 -0
- data/doc/Chess/BadNotationError.html +107 -0
- data/doc/Chess/Board.html +703 -0
- data/doc/Chess/CGame.html +1005 -0
- data/doc/Chess/Game.html +684 -0
- data/doc/Chess/Gnuchess.html +215 -0
- data/doc/Chess/IllegalMoveError.html +105 -0
- data/doc/Chess/InvalidFenFormatError.html +105 -0
- data/doc/Chess/InvalidPgnFormatError.html +105 -0
- data/doc/Chess/Pgn.html +309 -0
- data/doc/Chess/UTF8Notation.html +174 -0
- data/doc/README_rdoc.html +143 -0
- data/doc/created.rid +15 -15
- data/doc/css/fonts.css +167 -0
- data/doc/css/rdoc.css +590 -0
- data/doc/fonts/Lato-Light.ttf +0 -0
- data/doc/fonts/Lato-LightItalic.ttf +0 -0
- data/doc/fonts/Lato-Regular.ttf +0 -0
- data/doc/fonts/Lato-RegularItalic.ttf +0 -0
- data/doc/fonts/SourceCodePro-Bold.ttf +0 -0
- data/doc/fonts/SourceCodePro-Regular.ttf +0 -0
- data/doc/images/add.png +0 -0
- data/doc/images/arrow_up.png +0 -0
- data/doc/images/brick.png +0 -0
- data/doc/images/brick_link.png +0 -0
- data/doc/images/bug.png +0 -0
- data/doc/images/bullet_black.png +0 -0
- data/doc/images/bullet_toggle_minus.png +0 -0
- data/doc/images/bullet_toggle_plus.png +0 -0
- data/doc/images/date.png +0 -0
- data/doc/images/delete.png +0 -0
- data/doc/images/find.png +0 -0
- data/doc/images/loadingAnimation.gif +0 -0
- data/doc/images/macFFBgHack.png +0 -0
- data/doc/images/package.png +0 -0
- data/doc/images/page_green.png +0 -0
- data/doc/images/page_white_text.png +0 -0
- data/doc/images/page_white_width.png +0 -0
- data/doc/images/plugin.png +0 -0
- data/doc/images/ruby.png +0 -0
- data/doc/images/tag_blue.png +0 -0
- data/doc/images/tag_green.png +0 -0
- data/doc/images/transparent.png +0 -0
- data/doc/images/wrench.png +0 -0
- data/doc/images/wrench_orange.png +0 -0
- data/doc/images/zoom.png +0 -0
- data/doc/index.html +159 -12
- data/doc/js/darkfish.js +161 -0
- data/doc/js/jquery.js +4 -0
- data/doc/js/navigation.js.gz +0 -0
- data/doc/js/search.js +109 -0
- data/doc/js/search_index.js +1 -1
- data/doc/js/search_index.js.gz +0 -0
- data/doc/js/searcher.js +1 -0
- data/doc/js/searcher.js.gz +0 -0
- data/doc/table_of_contents.html +331 -0
- data/ext/chess.c +5 -2
- data/ext/game.c +1 -1
- data/ext/game.h +1 -1
- data/lib/chess/game.rb +1 -1
- data/lib/chess/pgn.rb +5 -1
- data/lib/chess/version.rb +1 -1
- metadata +112 -46
- data/doc/apple-touch-icon.png +0 -0
- data/doc/classes/Chess.html +0 -162
- data/doc/classes/Chess/BadNotationError.html +0 -84
- data/doc/classes/Chess/Board.html +0 -795
- data/doc/classes/Chess/CGame.html +0 -1168
- data/doc/classes/Chess/Game.html +0 -775
- data/doc/classes/Chess/Gnuchess.html +0 -206
- data/doc/classes/Chess/IllegalMoveError.html +0 -82
- data/doc/classes/Chess/InvalidFenFormatError.html +0 -82
- data/doc/classes/Chess/InvalidPgnFormatError.html +0 -82
- data/doc/classes/Chess/Pgn.html +0 -332
- data/doc/classes/Chess/UTF8Notation.html +0 -175
- data/doc/css/github.css +0 -123
- data/doc/css/main.css +0 -323
- data/doc/css/panel.css +0 -384
- data/doc/css/reset.css +0 -48
- data/doc/favicon.ico +0 -0
- data/doc/files/README_rdoc.html +0 -122
- data/doc/files/ext/bitboard_c.html +0 -68
- data/doc/files/ext/board_c.html +0 -68
- data/doc/files/ext/chess_c.html +0 -68
- data/doc/files/ext/common_c.html +0 -68
- data/doc/files/ext/game_c.html +0 -68
- data/doc/files/ext/special_c.html +0 -68
- data/doc/files/lib/chess/exceptions_rb.html +0 -94
- data/doc/files/lib/chess/game_rb.html +0 -84
- data/doc/files/lib/chess/gnuchess_rb.html +0 -84
- data/doc/files/lib/chess/pgn_rb.html +0 -84
- data/doc/files/lib/chess/utf8_notation_rb.html +0 -84
- data/doc/files/lib/chess/version_rb.html +0 -85
- data/doc/files/lib/chess_rb.html +0 -84
- data/doc/i/arrows.png +0 -0
- data/doc/i/results_bg.png +0 -0
- data/doc/i/tree_bg.png +0 -0
- data/doc/js/highlight.pack.js +0 -1
- data/doc/js/jquery-1.3.2.min.js +0 -19
- data/doc/js/jquery-effect.js +0 -593
- data/doc/js/main.js +0 -24
- data/doc/js/searchdoc.js +0 -449
- data/doc/panel/index.html +0 -73
- data/doc/panel/links.html +0 -34
- data/doc/panel/tree.js +0 -1
data/doc/files/ext/game_c.html
DELETED
@@ -1,68 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>game.c</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
game.c
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>ext/game.c</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
<!-- Methods -->
|
64
|
-
</div>
|
65
|
-
|
66
|
-
</div>
|
67
|
-
</body>
|
68
|
-
</html>
|
@@ -1,68 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>special.c</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
special.c
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>ext/special.c</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
<!-- Methods -->
|
64
|
-
</div>
|
65
|
-
|
66
|
-
</div>
|
67
|
-
</body>
|
68
|
-
</html>
|
@@ -1,94 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>exceptions.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
exceptions.rb
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>lib/chess/exceptions.rb</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<!-- Namespace -->
|
44
|
-
<div class="sectiontitle">Namespace</div>
|
45
|
-
<ul>
|
46
|
-
|
47
|
-
<li>
|
48
|
-
<span class="type">MODULE</span>
|
49
|
-
<a href="../../../classes/Chess.html">Chess</a>
|
50
|
-
</li>
|
51
|
-
|
52
|
-
<li>
|
53
|
-
<span class="type">CLASS</span>
|
54
|
-
<a href="../../../classes/Chess/BadNotationError.html">Chess::BadNotationError</a>
|
55
|
-
</li>
|
56
|
-
|
57
|
-
<li>
|
58
|
-
<span class="type">CLASS</span>
|
59
|
-
<a href="../../../classes/Chess/InvalidFenFormatError.html">Chess::InvalidFenFormatError</a>
|
60
|
-
</li>
|
61
|
-
|
62
|
-
<li>
|
63
|
-
<span class="type">CLASS</span>
|
64
|
-
<a href="../../../classes/Chess/InvalidPgnFormatError.html">Chess::InvalidPgnFormatError</a>
|
65
|
-
</li>
|
66
|
-
|
67
|
-
</ul>
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
<!-- Methods -->
|
90
|
-
</div>
|
91
|
-
|
92
|
-
</div>
|
93
|
-
</body>
|
94
|
-
</html>
|
@@ -1,84 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>game.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
game.rb
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>lib/chess/game.rb</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<!-- Namespace -->
|
44
|
-
<div class="sectiontitle">Namespace</div>
|
45
|
-
<ul>
|
46
|
-
|
47
|
-
<li>
|
48
|
-
<span class="type">MODULE</span>
|
49
|
-
<a href="../../../classes/Chess.html">Chess</a>
|
50
|
-
</li>
|
51
|
-
|
52
|
-
<li>
|
53
|
-
<span class="type">CLASS</span>
|
54
|
-
<a href="../../../classes/Chess/Game.html">Chess::Game</a>
|
55
|
-
</li>
|
56
|
-
|
57
|
-
</ul>
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<!-- Methods -->
|
80
|
-
</div>
|
81
|
-
|
82
|
-
</div>
|
83
|
-
</body>
|
84
|
-
</html>
|
@@ -1,84 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>gnuchess.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
gnuchess.rb
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>lib/chess/gnuchess.rb</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<!-- Namespace -->
|
44
|
-
<div class="sectiontitle">Namespace</div>
|
45
|
-
<ul>
|
46
|
-
|
47
|
-
<li>
|
48
|
-
<span class="type">MODULE</span>
|
49
|
-
<a href="../../../classes/Chess.html">Chess</a>
|
50
|
-
</li>
|
51
|
-
|
52
|
-
<li>
|
53
|
-
<span class="type">MODULE</span>
|
54
|
-
<a href="../../../classes/Chess/Gnuchess.html">Chess::Gnuchess</a>
|
55
|
-
</li>
|
56
|
-
|
57
|
-
</ul>
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<!-- Methods -->
|
80
|
-
</div>
|
81
|
-
|
82
|
-
</div>
|
83
|
-
</body>
|
84
|
-
</html>
|
@@ -1,84 +0,0 @@
|
|
1
|
-
<?xml version="1.0" encoding="utf-8"?>
|
2
|
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
3
|
-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
4
|
-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
5
|
-
<head>
|
6
|
-
<title>pgn.rb</title>
|
7
|
-
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
8
|
-
<link rel="stylesheet" href="../../../css/reset.css" type="text/css" media="screen" />
|
9
|
-
<link rel="stylesheet" href="../../../css/main.css" type="text/css" media="screen" />
|
10
|
-
<link rel="stylesheet" href="../../../css/github.css" type="text/css" media="screen" />
|
11
|
-
<script src="../../../js/jquery-1.3.2.min.js" type="text/javascript" charset="utf-8"></script>
|
12
|
-
<script src="../../../js/jquery-effect.js" type="text/javascript" charset="utf-8"></script>
|
13
|
-
<script src="../../../js/main.js" type="text/javascript" charset="utf-8"></script>
|
14
|
-
<script src="../../../js/highlight.pack.js" type="text/javascript" charset="utf-8"></script>
|
15
|
-
|
16
|
-
</head>
|
17
|
-
|
18
|
-
<body>
|
19
|
-
<div class="banner">
|
20
|
-
|
21
|
-
<h1>
|
22
|
-
pgn.rb
|
23
|
-
</h1>
|
24
|
-
<ul class="files">
|
25
|
-
<li>lib/chess/pgn.rb</li>
|
26
|
-
<li>Last modified: 2016-03-21 01:23:15 +0100</li>
|
27
|
-
</ul>
|
28
|
-
</div>
|
29
|
-
|
30
|
-
<div id="bodyContent">
|
31
|
-
<div id="content">
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
<!-- Namespace -->
|
44
|
-
<div class="sectiontitle">Namespace</div>
|
45
|
-
<ul>
|
46
|
-
|
47
|
-
<li>
|
48
|
-
<span class="type">MODULE</span>
|
49
|
-
<a href="../../../classes/Chess.html">Chess</a>
|
50
|
-
</li>
|
51
|
-
|
52
|
-
<li>
|
53
|
-
<span class="type">CLASS</span>
|
54
|
-
<a href="../../../classes/Chess/Pgn.html">Chess::Pgn</a>
|
55
|
-
</li>
|
56
|
-
|
57
|
-
</ul>
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
<!-- Methods -->
|
80
|
-
</div>
|
81
|
-
|
82
|
-
</div>
|
83
|
-
</body>
|
84
|
-
</html>
|