looksee:IRB中的增压方法自省

时间:2024-03-12 01:53:15
【文件属性】:

文件名称:looksee:IRB中的增压方法自省

文件大小:106KB

文件格式:ZIP

更新时间:2024-03-12 01:53:15

C

看看 用于说明对象的祖先和方法查找路径的工具。 方便探索陌生的代码库。 如何 安装我: gem install looksee 将其放入您的.irbrc : require 'looksee' 现在,每个对象都有一个方法ls ,向您显示其所有方法。 irb> [].ls => BasicObject ! __id__ initialize method_missing singleton_method_undefined != __send__ instance_eval singleton_method_added == equal? instance_exec singleton_method_removed Kernel !~ enum_for


【文件预览】:
looksee-master
----.travis.yml(468B)
----Rakefile(420B)
----CHANGELOG(3KB)
----LICENSE(1KB)
----README.markdown(8KB)
----.autotest(208B)
----looksee.gemspec(872B)
----Gemfile(105B)
----ext()
--------rbx()
--------jruby()
--------extconf.rb(603B)
--------mri()
----spec()
--------support()
--------looksee()
--------spec_helper.rb(574B)
----.gitignore(189B)
----lib()
--------looksee()
--------looksee.rb(51B)
----History.txt(475B)

网友评论