lib/vkontakte_api/result.rb in vkontakte_api-1.3.1 vs lib/vkontakte_api/result.rb in vkontakte_api-1.4
- old
+ new
@@ -1,7 +1,7 @@
module VkontakteApi
# A module that handles method result processing.
- #
+ #
# It implements method blocks support, result typecasting and raises `VkontakteApi::Error` in case of an error response.
module Result
class << self
# The main method result processing.
# @param [Hashie::Mash] response The server response in mash format.