# File lib/ruby2ruby.rb, line 565 def process_lit(exp) obj = exp.shift case obj when Range then "(#{obj.inspect})" else obj.inspect end end