public
Rubygem
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
Search Repo:
Scrub 'bin/johnson' lines from the backtrace in interactive mode.
jbarnette (author)
Fri Apr 25 10:20:55 -0700 2008
commit  9ab93fb2e6a0eb8d4b40ccadefa8e80e54487449
tree    462c711bb302b1b29f77e3b72ef4da6e55995673
parent  36533ab7f5b523fd5d84acb5cd9f7859dbf1b3d3
...
42
43
44
45
 
46
47
48
...
42
43
44
 
45
46
47
48
0
@@ -42,7 +42,7 @@
0
   yield
0
 rescue Exception => e
0
   puts e.message
0
- puts e.backtrace
0
+ puts e.backtrace.reject { |l| l =~ /bin\/johnson/ }
0
 end
0
 
0
 def eval_in_js(expression)

Comments

    No one has commented yet.