class Transform::Controls::Subject::Example
Attributes
some_attribute[RW]
Public Instance Methods
==(other)
click to toggle source
# File lib/transform/controls/subject.rb, line 17 def ==(other) other.some_attribute == self.some_attribute end