lib/aptible/resource/errors.rb in aptible-resource-0.2.1 vs lib/aptible/resource/errors.rb in aptible-resource-0.2.2
- old
+ new
@@ -17,8 +17,12 @@
end
def full_messages
@full_messages ||= []
end
+
+ def any?
+ full_messages.any?
+ end
end
end
end