methodfinder:类似于Ruby的方法查找器的Smalltalk 源码
方法查找器 名称 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.zip
(预估有个15文件)
methodfinder-main
.github
workflows
ruby.yml
554B
LICENSE.txt
1KB
methodfinder.gemspec
1KB
lib
methodfinder.rb
6KB
methodfinder
version.rb
75B
暂无评论