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