Sha256: 6d8d0d31136c9537825a83de1b74c92795e726a61159fb275940090008a124b5

Contents?: true

Size: 255 Bytes

Versions: 37

Compression:

Stored size: 255 Bytes

Contents

module OhlohScm::Parsers
	class ArrayWriter

		attr_accessor :buffer
		def initialize(buffer=[])
			@buffer = buffer
		end

		def write_preamble(opts = {})
		end

		def write_commit(commit)
			@buffer << commit
		end

		def write_postamble
		end
	end
end

Version data entries

37 entries across 37 versions & 1 rubygems

Version Path
ohloh_scm-2.2.13 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.12 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.11 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.10 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.9 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.8 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.7 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.6 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.5 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.4 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.3 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.2 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.1 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.2.0 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.1.0 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.0.1 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.0.0 lib/ohloh_scm/parsers/array_writer.rb