comp:一个向函数和方法添加功能组成的Ruby库

时间:2024-06-07 17:20:43
【文件属性】:

文件名称:comp:一个向函数和方法添加功能组成的Ruby库

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-07 17:20:43

Ruby

补偿 一个将添加到 (包括lambda )和Ruby库。 当前版本: 1.0.0 支持的Ruby版本: 1.9.2、1.9.3、2.0、2.1、2.2 安装 gem install comp -v '~> 1.0' 或者,在您的Gemfile : gem 'comp' , '~> 1.0' 用法 require 'comp' # Basic usage add = proc { | x , y | x + y } double = proc { | x | x * 2 } double_after_add = double * add double_after_add . call ( 1 , 2 ) #=> 6 # Composing Procs and other callables class Parser def call ( json ) JSON . l


【文件预览】:
comp-master
----.gitignore(19B)
----.rspec(30B)
----.travis.yml(64B)
----LICENSE(1KB)
----spec()
--------spec_helper.rb(595B)
--------comp()
----README.md(2KB)
----lib()
--------comp.rb(42B)
--------comp()
----comp.gemspec(524B)
----Gemfile(82B)
----Rakefile(87B)
----Gemfile.lock(576B)

网友评论