Ruby源码阅读工具monitor.zip

时间:2022-08-05 22:26:56
【文件属性】:

文件名称:Ruby源码阅读工具monitor.zip

文件大小:33KB

文件格式:ZIP

更新时间:2022-08-05 22:26:56

开源项目

monitor是一个在浏览器中显示ruby方法调用栈的gem monitor是基于unroller gem的,unroller把方法调用栈打印在console下面,看起来实在不方便,我在它的基础上,把方法调用栈打印到浏览器上,用的是sinatra,代码和服务器之间的通迅是用socket。支持代码fold,unfold 标签:monitor


【文件预览】:
monitor-master
----.gitignore(20B)
----monitor.gemspec(2KB)
----bin()
--------monitor(65B)
----public()
--------javascripts()
--------stylesheets()
--------images()
--------index.html(707B)
----MIT-LICENSE(1KB)
----README.textile(2KB)
----spec()
--------spec.opts(64B)
--------colored_spec.rb(243B)
--------spec_helper.rb(117B)
----VERSION(6B)
----lib()
--------monitor()
--------example.rb(207B)
--------colored()
--------monitor.rb(114B)
----Rakefile(762B)

网友评论