# File lib/code_analyzer/sexp.rb, line 140
  def module_name
    if :module == sexp_type
      self[1]
    end
  end