Class: Dev::Cmd::Info
- Inherits:
-
Object
- Object
- Dev::Cmd::Info
- Defined in:
- lib/dev/cmd/Info.rb
Class Method Summary collapse
Class Method Details
.execute ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/dev/cmd/Info.rb', line 4 def self.execute puts "DEV" Hash.print_hash("",DEV) puts " " puts "CMD" Hash.print_hash("",CMD) puts " " end |