File tree Expand file tree Collapse file tree 8 files changed +802
-3
lines changed
ruby-from-other-languages Expand file tree Collapse file tree 8 files changed +802
-3
lines changed Original file line number Diff line number Diff line change @@ -1150,9 +1150,9 @@ locales:
1150
1150
quickstart :
1151
1151
text : 20分ではじめるRuby
1152
1152
url : /ja/documentation/quickstart/
1153
- # ruby_from_other_languages:
1154
- # text: Ruby from Other Languages
1155
- # url: /ja/documentation/ruby-from-other-languages/
1153
+ ruby_from_other_languages :
1154
+ text : 他言語からのRuby入門
1155
+ url : /ja/documentation/ruby-from-other-languages/
1156
1156
explore :
1157
1157
text : <strong>探求しよう</strong>
1158
1158
documentation :
Original file line number Diff line number Diff line change @@ -34,6 +34,8 @@ lang: ja
34
34
[ 20分ではじめるRuby] ( /ja/documentation/quickstart/ )
35
35
: Rubyの基本をカバーしている便利なチュートリアルです。始めから終わりまで読んでも20分かからないでしょう。
36
36
37
+ [ 他言語からのRuby入門] ( /ja/documentation/ruby-from-other-languages/ )
38
+ : 他の言語からRubyにやってきましたか?C、C++、Java、Perl、PHP、Pythonといった言語から来たのであれば、この記事が役に立つはずです!
37
39
38
40
### リファレンス
39
41
You can’t perform that action at this time.
0 commit comments