Sha256: 3b2ea2600b2428f26573b9c2ea3383de4960b5f7eb808dfcba5e7b526d21fe5a
Contents?: true
Size: 327 Bytes
Versions: 4
Compression:
Stored size: 327 Bytes
Contents
# frozen_string_literal: true # description: Show information of your environment. require "etc" require "discorb" puts "\e[90mRuby:\e[m #{RUBY_VERSION}" puts "\e[90mdiscorb:\e[m #{Discorb::VERSION}" uname = Etc.uname puts "\e[90mSystem:\e[m #{uname[:sysname]} #{uname[:release]}" puts "\e[90mPlatform:\e[m #{RUBY_PLATFORM}"
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
discorb-0.16.0 | lib/discorb/exe/show.rb |
discorb-0.15.1 | lib/discorb/exe/show.rb |
discorb-0.15.0 | lib/discorb/exe/show.rb |
discorb-0.14.0 | lib/discorb/exe/show.rb |