Method: Committer::Config::Accessor#to_h

Defined in:
lib/committer/config/accessor.rb

#to_hObject

Get the entire config hash



25
26
27
# File 'lib/committer/config/accessor.rb', line 25

def to_h
  @config.dup
end