rubynovice 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +11 -0
- data/.rspec +2 -0
- data/.travis.yml +4 -0
- data/.yardopts +5 -0
- data/CODE_OF_CONDUCT.md +49 -0
- data/Gemfile +4 -0
- data/LICENSE.txt +21 -0
- data/README.md +19 -0
- data/Rakefile +46 -0
- data/doc/Donkey.html +297 -0
- data/doc/Rubynovice.html +466 -0
- data/doc/_index.html +138 -0
- data/doc/class_list.html +58 -0
- data/doc/css/common.css +1 -0
- data/doc/css/full_list.css +57 -0
- data/doc/css/style.css +339 -0
- data/doc/file.README.en.html +104 -0
- data/doc/file.README.html +101 -0
- data/doc/file.README.ja.html +80 -0
- data/doc/file.README_en.html +104 -0
- data/doc/file.README_ja.html +101 -0
- data/doc/file.ex1.html +100 -0
- data/doc/file.ex2.html +147 -0
- data/doc/file.ex3.html +139 -0
- data/doc/file_list.html +75 -0
- data/doc/frames.html +26 -0
- data/doc/index.html +101 -0
- data/doc/js/app.js +219 -0
- data/doc/js/full_list.js +181 -0
- data/doc/js/jquery.js +4 -0
- data/doc/method_list.html +105 -0
- data/doc/top-level-namespace.html +112 -0
- data/docs/README_en.hiki +35 -0
- data/docs/README_en.md +31 -0
- data/docs/README_ja.hiki +19 -0
- data/docs/README_ja.md +19 -0
- data/docs/ex1.hiki +26 -0
- data/docs/ex1.md +26 -0
- data/docs/ex2.hiki +71 -0
- data/docs/ex2.md +71 -0
- data/docs/ex3.hiki +61 -0
- data/docs/ex3.md +61 -0
- data/exe/rubynovice +3 -0
- data/lib/rubynovice.rb +27 -0
- data/lib/rubynovice/donkey.rb +17 -0
- data/lib/rubynovice/version.rb +3 -0
- data/rubynovice.gemspec +36 -0
- metadata +163 -0
@@ -0,0 +1,104 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
+
<title>
|
7
|
+
File: README.en
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!file.README.en.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
<span class="title">File: README.en</span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
44
|
+
href="class_list.html">
|
45
|
+
Class List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
49
|
+
href="method_list.html">
|
50
|
+
Method List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
54
|
+
href="file_list.html">
|
55
|
+
File List
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><div id='filecontents'><h1>Rubynovice</h1>
|
65
|
+
|
66
|
+
<p>Ruby programming mastering platform using Github</p>
|
67
|
+
|
68
|
+
<h2>Installation</h2>
|
69
|
+
|
70
|
+
<p>down load daddygongon/rubynovice</p>
|
71
|
+
|
72
|
+
<h2>Usage</h2>
|
73
|
+
|
74
|
+
<p>Not fixed yet.</p>
|
75
|
+
|
76
|
+
<h2>Development</h2>
|
77
|
+
|
78
|
+
<p>After checking out the repo, run <code>bin/setup</code> to install dependencies.
|
79
|
+
Then, run <code>rake spec</code> to run the tests.
|
80
|
+
You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.
|
81
|
+
Run <code>bundle exec rubynovice</code> to use the gem in this directory, ignoring other installed copies of this gem.</p>
|
82
|
+
|
83
|
+
<p>To install this gem onto your local machine, run <code>bundle exec rake install</code>.
|
84
|
+
To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
|
85
|
+
|
86
|
+
<h2>Contributing</h2>
|
87
|
+
|
88
|
+
<p>Bug reports and pull requests are welcome on GitHub at
|
89
|
+
<a href="https://github.com/%5BUSERNAME%5D/rubynovice">https://github.com/[USERNAME]/rubynovice</a>.
|
90
|
+
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="http://contributor-covenant.org">Contributor Covenant</a> code of conduct.</p>
|
91
|
+
|
92
|
+
<h2>License</h2>
|
93
|
+
|
94
|
+
<p>The gem is available as open source under the terms of the <a href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
95
|
+
</div></div>
|
96
|
+
|
97
|
+
<div id="footer">
|
98
|
+
Generated on Tue May 17 20:08:54 2016 by
|
99
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
100
|
+
0.8.7.6 (ruby-2.2.2).
|
101
|
+
</div>
|
102
|
+
|
103
|
+
</body>
|
104
|
+
</html>
|
@@ -0,0 +1,101 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
+
<title>
|
7
|
+
File: README
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!file.README.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
<span class="title">File: README</span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
44
|
+
href="class_list.html">
|
45
|
+
Class List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
49
|
+
href="method_list.html">
|
50
|
+
Method List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
54
|
+
href="file_list.html">
|
55
|
+
File List
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><div id='filecontents'><h1>Rubynovice</h1>
|
65
|
+
|
66
|
+
<p>Ruby programming mastering platform using Github</p>
|
67
|
+
|
68
|
+
<h2>インストール法</h2>
|
69
|
+
|
70
|
+
<ul>
|
71
|
+
<li>githubで自分のところにdaddygongon/rubynoviceをforkする</li>
|
72
|
+
<li>cloneする</li>
|
73
|
+
</ul>
|
74
|
+
|
75
|
+
<h2>使用法</h2>
|
76
|
+
|
77
|
+
<ul>
|
78
|
+
<li>docにある課題を解いていく.</li>
|
79
|
+
<li>specをかける</li>
|
80
|
+
<li>自分の名前をつけたファイルを./lib/rubynovice/donkey.rbなどとして準備する.</li>
|
81
|
+
<li>class Donkeyに解答をつくる</li>
|
82
|
+
<li>書き方はdonkey.rbを参照のこと.</li>
|
83
|
+
</ul>
|
84
|
+
|
85
|
+
<h2>課題</h2>
|
86
|
+
|
87
|
+
<ol>
|
88
|
+
<li><a href="file.ex1.html">ex1</a></li>
|
89
|
+
<li><a href="file.ex2.html">ex2</a></li>
|
90
|
+
<li><a href="file.ex3.html">ex3</a></li>
|
91
|
+
</ol>
|
92
|
+
</div></div>
|
93
|
+
|
94
|
+
<div id="footer">
|
95
|
+
Generated on Tue May 17 20:56:13 2016 by
|
96
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
97
|
+
0.8.7.6 (ruby-2.2.2).
|
98
|
+
</div>
|
99
|
+
|
100
|
+
</body>
|
101
|
+
</html>
|
@@ -0,0 +1,80 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
+
<title>
|
7
|
+
File: README.ja
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!file.README.ja.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
<span class="title">File: README.ja</span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
44
|
+
href="class_list.html">
|
45
|
+
Class List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
49
|
+
href="method_list.html">
|
50
|
+
Method List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
54
|
+
href="file_list.html">
|
55
|
+
File List
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><div id='filecontents'><h1>Rubynovice</h1>
|
65
|
+
|
66
|
+
<p>Ruby programming mastering platform using Github</p>
|
67
|
+
|
68
|
+
<h2>Installation</h2>
|
69
|
+
|
70
|
+
<p>down load daddygongon/rubynovice</p>
|
71
|
+
</div></div>
|
72
|
+
|
73
|
+
<div id="footer">
|
74
|
+
Generated on Tue May 17 20:08:54 2016 by
|
75
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
76
|
+
0.8.7.6 (ruby-2.2.2).
|
77
|
+
</div>
|
78
|
+
|
79
|
+
</body>
|
80
|
+
</html>
|
@@ -0,0 +1,104 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
+
<title>
|
7
|
+
File: README_en
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!file.README_en.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
<span class="title">File: README_en</span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
44
|
+
href="class_list.html">
|
45
|
+
Class List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
49
|
+
href="method_list.html">
|
50
|
+
Method List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
54
|
+
href="file_list.html">
|
55
|
+
File List
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><div id='filecontents'><h1>Rubynovice</h1>
|
65
|
+
|
66
|
+
<p>Ruby programming mastering platform using Github</p>
|
67
|
+
|
68
|
+
<h2>Installation</h2>
|
69
|
+
|
70
|
+
<p>down load daddygongon/rubynovice</p>
|
71
|
+
|
72
|
+
<h2>Usage</h2>
|
73
|
+
|
74
|
+
<p>Not fixed yet.</p>
|
75
|
+
|
76
|
+
<h2>Development</h2>
|
77
|
+
|
78
|
+
<p>After checking out the repo, run <code>bin/setup</code> to install dependencies.
|
79
|
+
Then, run <code>rake spec</code> to run the tests.
|
80
|
+
You can also run <code>bin/console</code> for an interactive prompt that will allow you to experiment.
|
81
|
+
Run <code>bundle exec rubynovice</code> to use the gem in this directory, ignoring other installed copies of this gem.</p>
|
82
|
+
|
83
|
+
<p>To install this gem onto your local machine, run <code>bundle exec rake install</code>.
|
84
|
+
To release a new version, update the version number in <code>version.rb</code>, and then run <code>bundle exec rake release</code>, which will create a git tag for the version, push git commits and tags, and push the <code>.gem</code> file to <a href="https://rubygems.org">rubygems.org</a>.</p>
|
85
|
+
|
86
|
+
<h2>Contributing</h2>
|
87
|
+
|
88
|
+
<p>Bug reports and pull requests are welcome on GitHub at
|
89
|
+
<a href="https://github.com/%5BUSERNAME%5D/rubynovice">https://github.com/[USERNAME]/rubynovice</a>.
|
90
|
+
This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the <a href="http://contributor-covenant.org">Contributor Covenant</a> code of conduct.</p>
|
91
|
+
|
92
|
+
<h2>License</h2>
|
93
|
+
|
94
|
+
<p>The gem is available as open source under the terms of the <a href="http://opensource.org/licenses/MIT">MIT License</a>.</p>
|
95
|
+
</div></div>
|
96
|
+
|
97
|
+
<div id="footer">
|
98
|
+
Generated on Tue May 17 20:56:13 2016 by
|
99
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
100
|
+
0.8.7.6 (ruby-2.2.2).
|
101
|
+
</div>
|
102
|
+
|
103
|
+
</body>
|
104
|
+
</html>
|
@@ -0,0 +1,101 @@
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
2
|
+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
3
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
4
|
+
<head>
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
6
|
+
<title>
|
7
|
+
File: README_ja
|
8
|
+
|
9
|
+
— Documentation by YARD 0.8.7.6
|
10
|
+
|
11
|
+
</title>
|
12
|
+
|
13
|
+
<link rel="stylesheet" href="css/style.css" type="text/css" charset="utf-8" />
|
14
|
+
|
15
|
+
<link rel="stylesheet" href="css/common.css" type="text/css" charset="utf-8" />
|
16
|
+
|
17
|
+
<script type="text/javascript" charset="utf-8">
|
18
|
+
hasFrames = window.top.frames.main ? true : false;
|
19
|
+
relpath = '';
|
20
|
+
framesUrl = "frames.html#!file.README_ja.html";
|
21
|
+
</script>
|
22
|
+
|
23
|
+
|
24
|
+
<script type="text/javascript" charset="utf-8" src="js/jquery.js"></script>
|
25
|
+
|
26
|
+
<script type="text/javascript" charset="utf-8" src="js/app.js"></script>
|
27
|
+
|
28
|
+
|
29
|
+
</head>
|
30
|
+
<body>
|
31
|
+
<div id="header">
|
32
|
+
<div id="menu">
|
33
|
+
|
34
|
+
<a href="_index.html">Index</a> »
|
35
|
+
<span class="title">File: README_ja</span>
|
36
|
+
|
37
|
+
|
38
|
+
<div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div>
|
39
|
+
</div>
|
40
|
+
|
41
|
+
<div id="search">
|
42
|
+
|
43
|
+
<a class="full_list_link" id="class_list_link"
|
44
|
+
href="class_list.html">
|
45
|
+
Class List
|
46
|
+
</a>
|
47
|
+
|
48
|
+
<a class="full_list_link" id="method_list_link"
|
49
|
+
href="method_list.html">
|
50
|
+
Method List
|
51
|
+
</a>
|
52
|
+
|
53
|
+
<a class="full_list_link" id="file_list_link"
|
54
|
+
href="file_list.html">
|
55
|
+
File List
|
56
|
+
</a>
|
57
|
+
|
58
|
+
</div>
|
59
|
+
<div class="clear"></div>
|
60
|
+
</div>
|
61
|
+
|
62
|
+
<iframe id="search_frame"></iframe>
|
63
|
+
|
64
|
+
<div id="content"><div id='filecontents'><h1>Rubynovice</h1>
|
65
|
+
|
66
|
+
<p>Ruby programming mastering platform using Github</p>
|
67
|
+
|
68
|
+
<h2>インストール法</h2>
|
69
|
+
|
70
|
+
<ul>
|
71
|
+
<li>githubで自分のところにdaddygongon/rubynoviceをforkする</li>
|
72
|
+
<li>cloneする</li>
|
73
|
+
</ul>
|
74
|
+
|
75
|
+
<h2>使用法</h2>
|
76
|
+
|
77
|
+
<ul>
|
78
|
+
<li>docにある課題を解いていく.</li>
|
79
|
+
<li>specをかける</li>
|
80
|
+
<li>自分の名前をつけたファイルを./lib/rubynovice/donkey.rbなどとして準備する.</li>
|
81
|
+
<li>class Donkeyに解答をつくる</li>
|
82
|
+
<li>書き方はdonkey.rbを参照のこと.</li>
|
83
|
+
</ul>
|
84
|
+
|
85
|
+
<h2>課題</h2>
|
86
|
+
|
87
|
+
<ol>
|
88
|
+
<li><a href="file.ex1.html">ex1</a></li>
|
89
|
+
<li><a href="file.ex2.html">ex2</a></li>
|
90
|
+
<li><a href="file.ex3.html">ex3</a></li>
|
91
|
+
</ol>
|
92
|
+
</div></div>
|
93
|
+
|
94
|
+
<div id="footer">
|
95
|
+
Generated on Tue May 17 20:56:13 2016 by
|
96
|
+
<a href="http://yardoc.org" title="Yay! A Ruby Documentation Tool" target="_parent">yard</a>
|
97
|
+
0.8.7.6 (ruby-2.2.2).
|
98
|
+
</div>
|
99
|
+
|
100
|
+
</body>
|
101
|
+
</html>
|