Method: Grit::Config#initialize
- Defined in:
- lib/grit/config.rb
#initialize(repo) ⇒ Config
Returns a new instance of Config.
4 5 6 |
# File 'lib/grit/config.rb', line 4 def initialize(repo) @repo = repo end |
Returns a new instance of Config.
4 5 6 |
# File 'lib/grit/config.rb', line 4 def initialize(repo) @repo = repo end |