class SyntaxTree::YARV::ToRegExp

def ==(other)

def ==(other)
  other.is_a?(ToRegExp) && other.options == options &&
    other.length == length
end