# File lib/versionomy/format/base.rb, line 131 def ===(obj_) if obj_.kind_of?(Value) obj_.format == self else obj_ == self end end