90 91 92
# File 'lib/uv.rb', line 90 def self.debug(text, syntax_name) syntax_node_for(syntax_name).parse(text, Textpow::DebugProcessor.new) end