Method: Interscript::Node::Document#==

Defined in:
lib/interscript/node/document.rb

#==(other) ⇒ Object



63
64
65
66
67
68
69
# File 'lib/interscript/node/document.rb', line 63

def ==(other)
  self.class == other.class &&
  self. == other. &&
  self.tests == other.tests &&
  self.stages == other.stages &&
  self.aliases == other.aliases
end