lib/error.rb in bobes-textmagic-0.2.3 vs lib/error.rb in bobes-textmagic-0.3.0

- old
+ new

@@ -4,11 +4,11 @@ class Error < StandardError attr_reader :code, :message - # Creates an instance of TextMagic::API::Error. Error code and message - # can be supplied as arguments or as a response hash. + # Creates an instance of TextMagic::API::Error. Error code and error message + # can be supplied as arguments or in a hash. # # TextMagic::API::Error.new(code, message) # TextMagic::API::Error.new('error_code' => code, 'error_message' => message) def initialize(*args) if args.first.is_a?(Hash)