class Driver::License

Public Class Methods

information() click to toggle source
# File bin/driver/driver.rb, line 3
def self.information
        puts "good to go"
end