Top Level Namespace
Defined Under Namespace
Classes: Dojo, FakeGit, GitTagLister, IterationList, RealGit
Instance Method Summary
collapse
Instance Method Details
#get_name ⇒ Object
9
10
11
12
|
# File 'lib/sensei.rb', line 9
def get_name
print "Enter your name: "
STDIN.gets
end
|
#run_dojo(git) ⇒ Object
14
15
16
|
# File 'lib/sensei.rb', line 14
def run_dojo(git)
Dojo.new(get_name, git).run
end
|