Method: MessageBus::Diagnostics.hostname
- Defined in:
- lib/message_bus/diagnostics.rb
.hostname ⇒ Object
18 19 20 21 22 23 24 |
# File 'lib/message_bus/diagnostics.rb', line 18 def self.hostname begin `hostname`.strip rescue # skip it end end |