Sha256: f98b9fa411bfd1d3f58cee9b2f451a61779b969a0f963197afb7f0c2c0f7d8d5
Contents?: true
Size: 195 Bytes
Versions: 8
Compression:
Stored size: 195 Bytes
Contents
# -*- coding: binary -*- module Rex module Powershell module Exceptions class PowershellError < RuntimeError end class PowershellCommandLengthError < PowershellError end end end end
Version data entries
8 entries across 8 versions & 1 rubygems