rainmantsr

Results 1 issues of rainmantsr

I am using jruby-parser to rewrite code, but with some code is has some problems: This: require 'jruby-parser' root = JRubyParser.parse( %q{ def log(severity) case severity when Severity::DEBUG @logging_services.debug(msg.to_s) when...