module MauxRobot::Version

This module holds the MauxRobot version information.

Constants

MSG
STRING

Public Class Methods

version(debug = false) click to toggle source
# File lib/maux_robot/version.rb, line 10
def self.version(debug = false)
  if debug
    format(MSG, STRING, Parser::VERSION,
      RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
  else
    STRING
  end
end