lib/google/cloud/speech/operation.rb in google-cloud-speech-0.28.0 vs lib/google/cloud/speech/operation.rb in google-cloud-speech-0.29.0
- old
+ new
@@ -222,10 +222,10 @@
#
def reload!
@grpc.reload!
self
end
- alias_method :refresh!, :reload!
+ alias refresh! reload!
##
# Reloads the op until the operation is complete. The delay between
# reloads will incrementally increase.
#