文件名称:defp:Ruby的图案匹配
文件大小:5KB
文件格式:ZIP
更新时间:2024-06-08 07:53:41
ruby pattern-matching defp Ruby
国防部 受haskell启发的Ruby模式匹配实现。 如果您想了解defp的内部工作原理,请。 安装 将此行添加到您的应用程序的Gemfile中: gem 'defp' 然后执行: $ bundle 或将其自己安装为: $ gem install defp 用法 class Example extend Defp # With normal params def normal_params ( value1 , value2 ) defp ( 'hello' , _ ) == 'foo' defp ( _ , 'hello' ) = = -> do 'bar' end 'baz' end # With keyword arguments def self
【文件预览】:
defp-master
----.travis.yml(332B)
----Rakefile(146B)
----test()
--------test_defp.rb(2KB)
----Gemfile(89B)
----defp.gemspec(892B)
----.gitignore(135B)
----lib()
--------defp()
--------defp.rb(972B)
----README.md(1KB)
----LICENSE.txt(1KB)