13 14 15 16 17
# File 'lib/pr/pin/repositories/subscriptions.rb', line 13 def update(token, *args) API::Result.wrap(root) do root.append_path(token).command(:update).call(*args) end end