platzi-ruby-curso-de-ruby:普拉茨的Ruby课程

时间:2021-04-14 15:03:21
【文件属性】:
文件名称:platzi-ruby-curso-de-ruby:普拉茨的Ruby课程
文件大小:9KB
文件格式:ZIP
更新时间:2021-04-14 15:03:21
Ruby Ruby课程 Ruby de Platzi CourseSimónSoriano教授2019年11月13日 建立专案 我们需要安装Bundler ,要在全球范围内安装它,请使用 sudo gem install bundler 现在我们创建项目目录,并在目录中使用以下命令启动项目 bundle init 在Gemfile文件中,我们将添加gems,然后使用以下命令安装它们 bundle install 如果要查看gem的安装位置,可以使用以下命令获取路径 bundle info < gema> 要使用Gemfile指定的gem运行应用程序,我们使用以下命令运行 bundle exec ruby index.js 课程挑战 工具 深化 线程数 课程挑战
【文件预览】:
platzi-ruby-curso-de-ruby-master
----.gitignore(0B)
----c6-symbols.rb(255B)
----c8-hashes.rb(632B)
----project()
--------index.rb(135B)
--------test.rb(391B)
--------Gemfile(153B)
--------minitest.rb(533B)
--------Gemfile.lock(238B)
----c15-modulos.rb(271B)
----c11-rangos.rb(55B)
----c12-regex.rb(124B)
----c10-ciclos.rb(252B)
----c14a-poo-attr-accesor.rb(271B)
----c14-poo.rb(598B)
----c17-threads.rb(576B)
----README.md(981B)
----c14b-poo-struct-new.rb(189B)
----c4-integer-float.rb(381B)
----c5-strings.rb(867B)
----c9-condicionales.rb(285B)
----c7-arrays.rb(856B)
----c13-procs-lambda.rb(76B)

网友评论