class Ipfs::Commands::Cat
Public Class Methods
call(client, node)
click to toggle source
# File lib/ipfs-http-client-rb/commands/cat.rb, line 6 def self.call(client, node) request(client, "/cat?arg=#{node}").to_s end