Class: Hexapic::Repository::TestRepository
- Inherits:
-
Object
- Object
- Hexapic::Repository::TestRepository
- Defined in:
- lib/hexapic/repository.rb
Instance Method Summary collapse
- #find_pictures(tag) ⇒ Object
-
#initialize ⇒ TestRepository
constructor
A new instance of TestRepository.
Constructor Details
#initialize ⇒ TestRepository
Returns a new instance of TestRepository.
6 7 8 |
# File 'lib/hexapic/repository.rb', line 6 def initialize puts 'Using Local Dir' end |