# File estraierpure.rb, line 430
    def attr(name)
      Utility::check_types({ name=>String }) if $DEBUG
      @attrs[name]
    end