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