class Syobocal::Comment::Element::Root
Attributes
elements[R]
Public Class Methods
new(elements)
click to toggle source
# File lib/syobocal/comment/element/root.rb, line 7 def initialize(elements) @elements = elements end
Public Instance Methods
==(other)
click to toggle source
# File lib/syobocal/comment/element/root.rb, line 11 def ==(other) other.elements == elements end