class Terminalwire::Server::Resource::File

def write(path, content)

def write(path, content)
  command("write", path: path.to_s, content:)
end