Method: GitReview::Local.instance
- Defined in:
- lib/git-review/local.rb
.instance ⇒ Object
acts like a singleton class but it’s actually not use ::GitReview::Local.instance everywhere except in tests
14 15 16 |
# File 'lib/git-review/local.rb', line 14 def self.instance @instance ||= new end |