Sha256: 96017d6f8dbceb1823204b04dbc08a6dd1e4f2051c8a8b9891e460ef917e921b
Contents?: true
Size: 217 Bytes
Versions: 4
Compression:
Stored size: 217 Bytes
Contents
require 'straight_line/common/command' module GitCommands # Read a config setting class Config < Command def initialize(setting) super 'git' arg 'config --get' arg setting end end end
Version data entries
4 entries across 4 versions & 1 rubygems