Sha256: 85e70136c9d4e2eae963af212431a44f5df321537f5aed6c88be535497e65d5a

Contents?: true

Size: 130 Bytes

Versions: 3

Compression:

Stored size: 130 Bytes

Contents

module Haxor
  module Token
    class Cmd < Int64
      def to_s
        "Cmd -> 0x#{@data.to_s(16)}"
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
haxor-0.3.0 lib/haxor/token/cmd.rb
haxor-0.2.0 lib/haxor/token/cmd.rb
haxor-0.1.0 lib/haxor/token/cmd.rb