Class: Blakey::Source::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/blakey/source/base.rb

Direct Known Subclasses

Github

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_overviewObject



10
11
12
# File 'lib/blakey/source/base.rb', line 10

def repository_overview
  raise 'To be implemented'
end