This is a heavily interactive web application, and JavaScript is required. Simple HTML interfaces are possible, but that is not what this is.
Post
Ismael Celis
ismaelcelis.com
did:plc:af5ndzzxe7p5vbpmotcxmt6n
Yup I use it quite often for comparing instances of the same class, too.
def ==(other)
other.is_a?(self.class) && other.thing == thing
end
2025-03-19T11:11:25.753Z