Pasha Dashkovskii
Results
3
comments of
Pasha Dashkovskii
Немного покороче с использованием URI ``` require "openssl" require "base64" require "uri" class VkCheckSign DIGEST = "sha256".freeze def self.call(vk_params:) # Полученые параметры sign_query = URI.encode_www_form(vk_params.select { |k, _| k.match(/^vk_/) })...
Hi, i have same issue with cyrillic words in code
@elia yes, of course, here example with long line ) ``` ```