文件名称:pattern-match:Ruby 的模式匹配库
文件大小:18KB
文件格式:ZIP
更新时间:2024-06-19 23:01:57
Ruby
模式匹配 关于 Ruby 的模式匹配库。 安装 $ gem install pattern-match 或者 $ git clone git://github.com/k-tsj/pattern-match.git $ cd pattern-match $ gem build pattern-match.gemspec $ gem install pattern-match-*.gem 或者 $ gem install bundler (if you need) $ echo "gem 'pattern-match', :git => 'git://github.com/k-tsj/pattern-match.git'" > Gemfile $ bundle install --path vendor/bundle 基本用法 模式匹配库提供Object#match 。 req
【文件预览】:
pattern-match-master
----pattern-match.gemspec(906B)
----.github()
--------workflows()
----COPYING(2KB)
----lib()
--------pattern-match.rb(159B)
--------pattern-match()
----Gemfile(230B)
----README.rdoc(7KB)
----Rakefile(280B)
----LEGAL(113B)
----test()
--------test_experimental.rb(4KB)
--------helper.rb(315B)
--------test_standard.rb(14KB)
----.gitignore(59B)
----BSDL(1KB)