Class: Blakey::Source::Base
- Inherits:
-
Object
- Object
- Blakey::Source::Base
- Defined in:
- lib/blakey/source/base.rb
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#read_file(file_path) ⇒ Object
6 7 8 |
# File 'lib/blakey/source/base.rb', line 6 def read_file(file_path) raise 'To be implemented' end |
#repository_overview ⇒ Object
10 11 12 |
# File 'lib/blakey/source/base.rb', line 10 def repository_overview raise 'To be implemented' end |