Method: Sunshine::Repo#name
- Defined in:
- lib/sunshine/repo.rb
#name ⇒ Object
Get the project name of the specified repo - implemented by subclass
125 126 127 128 |
# File 'lib/sunshine/repo.rb', line 125 def name raise RepoError, "The 'name' method must be implemented by child classes" end |