Class: Amazing
- Inherits:
-
Object
- Object
- Amazing
- Defined in:
- lib/thor/spec/thor_runner_spec.rb
Instance Method Summary collapse
Instance Method Details
#hello ⇒ Object
42 43 44 |
# File 'lib/thor/spec/thor_runner_spec.rb', line 42 def hello puts "Hello" end |