# File escape.rb, line 54 def ==(other) other.class == self.class && @str == other.instance_variable_get(:@str) end