module DecorateResponder::VERSION

Constants

MAJOR
MINOR
PATCH
STAGE

Public Class Methods

to_s() click to toggle source
# File lib/decorate-responder/version.rb, line 8
def self.to_s
  [MAJOR, MINOR, PATCH, STAGE].reject(&:nil?).join '.'
end