Class: NameDisplay
- Inherits:
-
Object
- Object
- NameDisplay
- Includes:
- CommandHelper
- Defined in:
- lib/renuo/cli/app/name_display.rb
Instance Method Summary collapse
Methods included from CommandHelper
Instance Method Details
#run(args, options) ⇒ Object
8 9 10 11 12 13 14 15 16 |
# File 'lib/renuo/cli/app/name_display.rb', line 8 def run(args, ) return open_path(SLIDES) if .monitor return display_name(nil) if .delete return say("empty argument") if args.empty? return run_heroku_command(args.join(" ")) if .override display_name(args.join(" ")) end |