Method: CaptainHook::Base#initialize
- Defined in:
- lib/captain_hook/base.rb
#initialize(repo) ⇒ Base
Returns a new instance of Base.
5 6 7 |
# File 'lib/captain_hook/base.rb', line 5 def initialize(repo) @repo = repo end |
Returns a new instance of Base.
5 6 7 |
# File 'lib/captain_hook/base.rb', line 5 def initialize(repo) @repo = repo end |