Class: Dev::Cmd::Info

Inherits:
Object
  • Object
show all
Defined in:
lib/dev/cmd/Info.rb

Class Method Summary collapse

Class Method Details

.executeObject



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