文件名称:dummy_magick:生成用于开发的虚拟镜像文件
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-17 05:58:27
Ruby
虚拟魔术师 生成用于开发的虚拟镜像文件 安装 将此行添加到应用程序的 Gemfile 中: group :development , :test do gem 'dummy_magick' end 然后执行: $ bundle 用法 ## # Generate a dummy image file # # @param width [Integer] The width of the image. # @param height [Integer] The height of the image. # @param format [String] The file extension of the image format. Like 'jpg', 'png', 'gif' etc. # @return [File] DummyMagick . dummy_ima
【文件预览】:
dummy_magick-master
----.rubocop_todo.yml(388B)
----dummy_magick.gemspec(1KB)
----LICENSE.txt(1KB)
----lib()
--------dummy_magick()
--------dummy_magick.rb(672B)
----Gemfile(97B)
----spec()
--------dummy_magick_spec.rb(651B)
--------spec_helper.rb(82B)
----Rakefile(114B)
----.travis.yml(281B)
----README.md(1KB)
----.rubocop.yml(180B)
----.rspec(31B)
----.gitignore(118B)