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