class Crispr::Mutator

def mutations

def mutations
  ast = Parser::CurrentRuby.parse(@source_code)
  return [] unless ast
  find_mutations(ast)
end