Method: Luffa::Version#==

Defined in:
lib/luffa/version.rb

#==(other) ⇒ Boolean

Compare this version to another for equality.



90
91
92
# File 'lib/luffa/version.rb', line 90

def == (other)
  Version.compare(self, other) == 0
end