文件名称:nifty-variants:Ruby 中的变体
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-29 15:11:38
Ruby
漂亮::变体 如果你熟悉像 Haskell 这样的好语言的变体,试试这个。 如果您不知道有哪些变体,请 注意Nifty::Variants 使用了直到 Ruby 2.1 才引入的 Refinements,因此不支持低于 2.1 的 Ruby。 欢迎你写一个花哨的垫片,但我不推荐它。 安装 将此行添加到应用程序的 Gemfile 中: gem 'nifty-variants' 然后执行: $ bundle install -j2 用法 nifty-variants使用了 Ruby 2.1 中引入的 Refinements。 为了在您的类或模块中使用它,只需使用它。 class OrderDispatch using Nifty :: Variants def shipit! ( order ) cases order , digital : ->
【文件预览】:
nifty-variants-master
----LICENSE.txt(1KB)
----nifty-variants.gemspec(1KB)
----lib()
--------nifty()
----Gemfile(121B)
----spec()
--------generators()
--------lib()
--------spec_helper.rb(157B)
----Rakefile(211B)
----README.md(1KB)
----.gitignore(118B)