module DriveError
Public Instance Methods
drive_error_string()
click to toggle source
# File lib/gdsh/error.rb, line 4 def drive_error_string puts "An error occurred: #{result.data['error']['message']}".colorize(:red) end