Sha256: c3b7ac000089df6e2da41fd0daffe6bbdcc5c346a6814ab1021784c3b75f3be6
Contents?: true
Size: 297 Bytes
Versions: 4
Compression:
Stored size: 297 Bytes
Contents
# 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.13.4 | lib/discorb/exe/show.rb |
discorb-0.13.3 | lib/discorb/exe/show.rb |
discorb-0.13.2 | lib/discorb/exe/show.rb |
discorb-0.13.1 | lib/discorb/exe/show.rb |