proposal_rb:告诉您要执行哪种操作的方法

时间:2024-02-21 20:03:06
【文件属性】:

文件名称:proposal_rb:告诉您要执行哪种操作的方法

文件大小:7KB

文件格式:ZIP

更新时间:2024-02-21 20:03:06

ruby developer-tools RubyRuby

建议 告诉您要执行的操作是哪种方法 免责声明 我不建议您将其发送到您的Gemfile中。 将其保存在系统的gems中(例如gem install )并根据需要加载(例如irb -rsuggest , RUBY_OPT=-rsuggest irb等) 安装 gem install suggest_rb 用法 require 'suggest' # Object#what_returns? tells you which method returns the value [ 1 , 2 , 3 ] . what_returns? 1 => [ :first , :min ] # You can also specify the args you want that method to take [ 1 , 2 , 3 ] . what_returns? [ 1 ] , args : [ 1 ] => [ :first , :take , :grep , :min ] # By default, it only returns methods that don't mutate the ob


【文件预览】:
suggest_rb-master
----.travis.yml(107B)
----bin()
--------console(342B)
--------setup(131B)
----Rakefile(198B)
----test()
--------test_helper.rb(336B)
--------suggest_test.rb(3KB)
----suggest.gemspec(1KB)
----Gemfile(162B)
----.gitignore(80B)
----lib()
--------suggest.rb(3KB)
--------suggest()
----README.md(2KB)

网友评论