登录 注册
当前位置:主页 > 资源下载 > 9 > fluent-plugin-simple-to-hash下载

fluent-plugin-simple-to-hash下载

  • 更新:2024-12-12 14:07:44
  • 大小:4KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

Fluent :: Plugin :: Simple Value to Hash 流利的插件,用于将简单的值变量转换为哈希以供其他插件使用 安装 将此行添加到您的应用程序的Gemfile中: gem 'fluent-plugin-simple-to-hash' 然后执行: $ bundle 或将其自己安装为: $ gem install fluent-plugin-simple-to-hash 用法 type simple2object var (defaults to value) 贡献 分叉( ) 创建功能分支( git checkout -b my-new-feature ) 提交更改( git commit -am 'Add some feature' ) 推送到分支( git push origin my