Sha256: 6d47ab3bced527631b12bd1d3d78c6ea680aabfcf54ee412194d764d623e19ba
Contents?: true
Size: 204 Bytes
Versions: 4
Compression:
Stored size: 204 Bytes
Contents
require 'straight_line/common/command' module GitCommands # return git log information class Log < Command def initialize(opts) super 'git' arg 'log' arg opts end end end
Version data entries
4 entries across 4 versions & 1 rubygems