Method: LearnConfig::CLI#initialize

Defined in:
lib/learn_config/cli.rb

#initialize(github_username) ⇒ CLI

Returns a new instance of CLI.



6
7
8
# File 'lib/learn_config/cli.rb', line 6

def initialize(github_username)
  @github_username = github_username
end