class OkComputer::RubyVersionCheck

Public Instance Methods

check() click to toggle source
# File lib/ok_computer/built_in_checks/ruby_version_check.rb, line 3
def check
  mark_message "Ruby #{RUBY_VERSION}-p#{RUBY_PATCHLEVEL}"
end