module Tracetool::Version
Version
constant
Constants
- VERSION
Public Class Methods
to_s()
click to toggle source
@return [String] version string
# File lib/version.rb, line 8 def to_s VERSION.join('.') end