Method: ClassNode#==

Defined in:
lib/ClassNode.rb

#==(other) ⇒ Object



50
51
52
# File 'lib/ClassNode.rb', line 50

def == other
  @klass == other.klass
end