Method: Twterm::Repository::HashtagRepository#initialize

Defined in:
lib/twterm/repository/hashtag_repository.rb

#initializeHashtagRepository

Returns a new instance of HashtagRepository.



7
8
9
10
11
# File 'lib/twterm/repository/hashtag_repository.rb', line 7

def initialize
  @m = Mutex.new

  super
end