Module: Pronto::Version

Defined in:
lib/pronto/version.rb

Constant Summary collapse

STRING =
'0.9.0'.freeze
MSG =
'%s (running on %s %s %s)'.freeze

Class Method Summary collapse

Class Method Details

.verboseObject



9
10
11
# File 'lib/pronto/version.rb', line 9

def verbose
  format(MSG, STRING, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM)
end