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