# File lib/kwartz/binding/ruby.rb, line 35 def parse_expr_str!(expr_str) begin return parse_expr_str!(expr_str, -1) rescue return expr_str end end