module Pronto::Version

Constants

MSG
STRING

Public Instance Methods

verbose() click to toggle source
# File lib/pronto/version.rb, line 9
def verbose
  format(MSG, STRING, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
end