Class: GitGuts::Test
- Inherits:
-
Thor::GitGroup
- Object
- Group
- Thor::GitGroup
- GitGuts::Test
- Defined in:
- lib/git_guts/test.rb
Constant Summary
Constants inherited from Thor::GitGroup
Instance Method Summary collapse
Methods inherited from Thor::GitGroup
Instance Method Details
#hi ⇒ Object
8 9 10 11 12 |
# File 'lib/git_guts/test.rb', line 8 def hi puts "Hi #{name} !" puts "How are you today?" if [:verbose] puts "I am good" if [:terbose] end |