module Ruby2JS module VERSION #:nodoc: MAJOR = 5 MINOR = 1 TINY = 2 STRING = [MAJOR, MINOR, TINY].join('.') end end unless defined?(Ruby2JS::VERSION)