rosettacode-compiler-projects-ruby:ruby中的rosettacode.org编译器项目

时间:2024-04-17 23:53:25
【文件属性】:

文件名称:rosettacode-compiler-projects-ruby:ruby中的rosettacode.org编译器项目

文件大小:16KB

文件格式:ZIP

更新时间:2024-04-17 23:53:25

Ruby

编译器 欢迎使用您的新宝石! 在此目录中,您将找到能够将Ruby库打包为gem所需的文件。 将您的Ruby代码放在文件lib/compiler 。 要试验该代码,请运行bin/console进行交互式提示。 待办事项:删除此内容和上面的文字,并描述您的宝石 安装 将此行添加到您的应用程序的Gemfile中: gem 'compiler' 然后执行: $ bundle install 或将其自己安装为: $ gem install compiler 用法 待办事项:在此处写下使用说明 发展 签出仓库后,运行bin/setup来安装依赖项。 然后,运行rake spec来运行测试。 您也可以运行bin/console进行交互式提示,以进行实验。 要将这个gem安装到本地计算机上,请运行bundle exec rake install 。 要发布新版本,请更新version.rb的版


【文件预览】:
rosettacode-compiler-projects-ruby-main
----.gitignore(130B)
----README.md(1KB)
----.rubocop.yml(220B)
----bin()
--------console(373B)
--------setup(131B)
--------lex(136B)
----Gemfile(335B)
----Guardfile(1KB)
----.ruby-version(6B)
----.rspec(53B)
----Gemfile.lock(2KB)
----spec()
--------compiler_spec.rb(143B)
--------compiler()
--------spec_helper.rb(407B)
----LICENSE.txt(1KB)
----programs()
--------factorial.t(134B)
--------hello_world.t(47B)
--------negative_tests.t(111B)
--------gcd.t(145B)
--------100doors.t(104B)
--------count.t(95B)
--------mandlebrot.t(994B)
--------primes.t(314B)
--------fizz_buzz.t(242B)
--------deep.t(177B)
--------fibonacci.t(151B)
----lib()
--------compiler()
--------compiler.rb(184B)
----Rakefile(208B)
----compiler.gemspec(1KB)

网友评论