Method: Sycamore::VERSION.==

Defined in:
lib/sycamore/version.rb

.==(other) ⇒ Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/sycamore/version.rb', line 24

def self.==(other)
  other == self.to_s
end