class SecretHub::Commands::Base

Public Instance Methods

github() click to toggle source
# File lib/secret_hub/commands/base.rb, line 10
def github
  @github ||= GitHubClient.new
end