Sha256: d9ef13ba486320d6715cff12e78c97245dba7067b802ad4047b138b377d26d44
Contents?: true
Size: 203 Bytes
Versions: 1
Compression:
Stored size: 203 Bytes
Contents
require '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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
straight_line-0.1.0.0 | lib/common/git_commands/config.rb |