class DriveEnv::Cli::Command

Public Instance Methods

version() click to toggle source
# File lib/drive_env/cli/command.rb, line 19
def version
  puts "drive_env v#{::DriveEnv::VERSION}"
end