Class: Bog::Command::Show

Inherits:
Object
  • Object
show all
Defined in:
lib/bog/command/show.rb

Class Method Summary collapse

Class Method Details

.executeObject



6
7
8
# File 'lib/bog/command/show.rb', line 6

def self.execute
  puts Bog::Profile.current.profile_name
end