Method: Circle::CLI::Project#initialize
- Defined in:
- lib/circle/cli/project.rb
#initialize(repo) ⇒ Project
Returns a new instance of Project.
9 10 11 12 |
# File 'lib/circle/cli/project.rb', line 9 def initialize(repo) @repo = repo configure end |