lib/reek/sexp_formatter.rb in reek-1.1.3 vs lib/reek/sexp_formatter.rb in reek-1.2.0
- old
+ new
@@ -1,4 +1,6 @@
+require 'rubygems'
+require 'ruby_parser'
require 'ruby2ruby'
module Reek
class SexpFormatter
def self.format(sexp)
- old
+ new