文件名称:element_factory:ElementFactory 为面向对象的 DOM 提供了一种非常简单的方法
文件大小:11KB
文件格式:ZIP
更新时间:2024-07-23 11:07:45
Ruby
元素工厂 元素工厂是一种更加面向对象的方法,用于在 Ruby 中生成标记。 无需学习 DSL,只需学习对象。 安装 将此行添加到应用程序的 Gemfile 中: gem 'element_factory' 然后执行: $ bundle 或者自己安装: $ gem install element_factory 用法 TODO:在这里写使用说明 贡献 分叉吧 创建您的功能分支( git checkout -b my-new-feature ) 提交您的更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my-new-feature ) 创建新的拉取请求
【文件预览】:
element_factory-master
----Guardfile(268B)
----element_factory.gemspec(1KB)
----Rakefile(28B)
----Gemfile(100B)
----.rspec(26B)
----spec()
--------support()
--------lib()
--------spec_helper.rb(665B)
----.gitignore(154B)
----lib()
--------element_factory.rb(434B)
--------element_factory()
----README.md(603B)
----LICENSE.txt(1KB)