Sha256: 9229bce0584d67b6f28ad82d92cf4b72d31b4be0615e98f3bd04cc9567bb552d

Contents?: true

Size: 216 Bytes

Versions: 5

Compression:

Stored size: 216 Bytes

Contents

module Haxor
  module Token
    class Data < Base
      def initialize(data)
        @data = data
      end

      def size
        @data.size
      end

      def to_s
        @data.to_s
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
haxor-0.5.0 lib/haxor/token/data.rb
haxor-0.4.0 lib/haxor/token/data.rb
haxor-0.3.0 lib/haxor/token/data.rb
haxor-0.2.0 lib/haxor/token/data.rb
haxor-0.1.0 lib/haxor/token/data.rb