文件名称:pipe_operator:Ruby中的ElixirUnix风格的管道操作-概念验证
文件大小:16KB
文件格式:ZIP
更新时间:2024-02-25 21:56:32
ruby unix elixir proposal pipe-operator
pipe_operator Ruby中的Elixir / Unix风格管道操作-概念证明 "https://api.github.com/repos/ruby/ruby" . pipe do URI . parse Net :: HTTP . get JSON . parse . fetch ( "stargazers_count" ) yield_self { | n | "Ruby has #{ n } stars" } Kernel . puts end #=> Ruby has 15120 stars - 9 . pipe { abs ; Math . sqrt
【文件预览】:
pipe_operator-master
----Rakefile(2KB)
----.rubocop.yml(2KB)
----LICENSE(1KB)
----Gemfile(166B)
----Gemfile.lock(2KB)
----.rspec(48B)
----spec()
--------pipe_operator_spec.rb(7KB)
--------spec_helper.rb(364B)
----.gitignore(22B)
----lib()
--------pipe_operator()
--------pipe_operator.rb(1KB)
----README.md(14KB)
----pipe_operator.gemspec(756B)