Class: GlooLang::App::RubyInfo

Inherits:
Info
  • Object
show all
Defined in:
lib/gloo_lang/app/info.rb

Overview

Add the ruby version information.

Constant Summary

Constants inherited from Info

Info::APP_NAME, Info::VERSION

Class Method Summary collapse

Methods inherited from Info

full_version, get_version, inherited

Class Method Details

.display_titleObject



60
61
62
# File 'lib/gloo_lang/app/info.rb', line 60

def self.display_title
  return "Ruby version: #{RUBY_VERSION}"
end