Sha256: b562794c07ab8f0158bd5f6b5d5f70a4f0e88d5ab1641baa9cb8b126b212a9ec

Contents?: true

Size: 335 Bytes

Versions: 5

Compression:

Stored size: 335 Bytes

Contents

# frozen_string_literal: true

# description: Show information of your environment.

require "etc"
require "discorb"

puts "\e[90m    Ruby:\e[m #{RUBY_VERSION}"
puts "\e[90m discorb:\e[m #{Discorb::VERSION}"
uname = Etc.uname
puts "\e[90m  System:\e[m #{uname[:sysname]} #{uname[:release]}"
puts "\e[90mPlatform:\e[m #{RUBY_PLATFORM}"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
discorb-0.19.0 lib/discorb/exe/show.rb
discorb-0.18.1 lib/discorb/exe/show.rb
discorb-0.18.0 lib/discorb/exe/show.rb
discorb-0.17.1 lib/discorb/exe/show.rb
discorb-0.17.0 lib/discorb/exe/show.rb