# File estraier.rb, line 221 def add_attr(expr) Utility::check_types({ expr=>String }) if $DEBUG expr = expr.gsub(/[ \t\r\n\v\f]+/, " ") expr = expr.lstrip.rstrip.squeeze(" ") @attrs.push(expr) end