emintham/gdsh

View on GitHub
lib/gdsh/error.rb

Summary

Maintainability
A
0 mins
Test Coverage
require 'colorize'

module DriveError
  def drive_error_string
    puts "An error occurred: #{result.data['error']['message']}".colorize(:red)
  end
end