Class: HostnameCommandBuilder

Inherits:
Object
  • Object
show all
Defined in:
lib/clarity/commands/hostname_command_builder.rb

Class Method Summary collapse

Class Method Details

.commandObject



3
4
5
# File 'lib/clarity/commands/hostname_command_builder.rb', line 3

def self.command
  `hostname`
end