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.5.1 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.14 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.13 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.12 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.11 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.10 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.9 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.8 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.7 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.6 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.5 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.4 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.3 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.1 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.4.0 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.3.5 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.3.4 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.3.2 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.3.1 lib/ohloh_scm/parsers/array_writer.rb
ohloh_scm-2.3.0 lib/ohloh_scm/parsers/array_writer.rb