Module: Trendhub

Defined in:
lib/trendhub.rb,
lib/trendhub/cli.rb,
lib/trendhub/version.rb,
lib/trendhub/language.rb,
lib/trendhub/repository.rb,
lib/trendhub/utils/color.rb,
lib/trendhub/repositories.rb,
lib/trendhub/commands/repo.rb,
lib/trendhub/commands/languages.rb

Defined Under Namespace

Modules: Commands, Utils Classes: CLI, Language, Repositories, Repository

Constant Summary collapse

Error =
Class.new(StandardError)
VERSION =
"0.1.0"

Class Method Summary collapse

Class Method Details

.rootObject



9
10
11
# File 'lib/trendhub.rb', line 9

def self.root
  File.dirname(__dir__)
end