Sha256: 4b6bf5c3f1656ec3319b9547f0dc4437b49cc07b412c530361f14e640ebe81ed
Contents?: true
Size: 289 Bytes
Versions: 5
Compression:
Stored size: 289 Bytes
Contents
class ProconBypassMan::RumbleBinary # @param [String] binary def initialize(binary: ) @binary = binary end def unpack @binary.unpack("H*") end def noop! @binary = ProconBypassMan::SuppressRumble.new(binary: @binary).execute end def raw @binary end end
Version data entries
5 entries across 5 versions & 1 rubygems