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