Method: CodeMiner::SexpFormatter#to_sexp

Defined in:
lib/codeminer/sexp_processor.rb

#to_sexpObject



80
81
82
83
84
85
86
# File 'lib/codeminer/sexp_processor.rb', line 80

def to_sexp
  if exp.respond_to?(:each)
    format(type, *value, each)
  else
    exp
  end
end