class Transform::Controls::Subject::Transform::Example

Attributes

some_attribute[RW]

Public Instance Methods

==(other) click to toggle source
# File lib/transform/controls/subject/transform.rb, line 18
def ==(other)
  other.some_attribute == self.some_attribute
end