Sha256: 493759113894de8c668db770daeef766f5dad8bd50ec58f6aab621a9496762b4

Contents?: true

Size: 133 Bytes

Versions: 3

Compression:

Stored size: 133 Bytes

Contents

module EventMachine
  module SFlow
    module BinaryString
      def advance i
        slice!(0..(i - 1))
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
em-sflow-1.0.3 lib/em-sflow/binary_string.rb
em-sflow-1.0.2 lib/em-sflow/binary_string.rb
em-sflow-1.0.1 lib/em-sflow/binary_string.rb