methodfinder:类似于Ruby的方法查找器的Smalltalk

时间:2024-02-26 12:12:57
【文件属性】:

文件名称:methodfinder:类似于Ruby的方法查找器的Smalltalk

文件大小:13KB

文件格式:ZIP

更新时间:2024-02-26 12:12:57

ruby introspection RubyRuby

方法查找器 名称 MethodFinder-用于Ruby的类似Smalltalk的方法查找器 安装 $ gem install methodfinder 概要 Welcome to IRB . # or Pry >> 'Hello, world!' . find_method ( 'HELLO, WORLD!' ) #=> ["String#upcase", "String#upcase!"] >> %w[ a b c ] . find_method ( 'c' ) #=> ["Array#last", "Array#max", "Array#pop"] >> %w[ a b c ] . fi


【文件预览】:
methodfinder-main
----.github()
--------workflows()
----LICENSE.txt(1KB)
----methodfinder.gemspec(1KB)
----lib()
--------methodfinder.rb(6KB)
--------methodfinder()
----Gemfile(168B)
----Rakefile(1KB)
----test()
--------test_helper.rb(110B)
--------methodfinder_test.rb(3KB)
----README.md(6KB)
----Gemfile.lock(1KB)
----.gitignore(82B)
----bin()
--------console(347B)
--------setup(131B)
----CHANGELOG.md(4KB)

网友评论