Module: Pronto::Version
- Defined in:
- lib/pronto/version.rb
Constant Summary collapse
- STRING =
'0.8.2'.freeze
- MSG =
'%s (running on %s %s %s)'.freeze
Class Method Summary collapse
Class Method Details
.verbose ⇒ Object
9 10 11 |
# File 'lib/pronto/version.rb', line 9 def verbose format(MSG, STRING, RUBY_ENGINE, RUBY_VERSION, RUBY_PLATFORM) end |